Searched defs:Label (Results 1 - 25 of 173) sorted by relevance

1234567

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocList.h19 MCSymbol *Label; member in struct:llvm::DebugLocList
H A DErlangGCPrinter.cpp88 MCSymbol *Label = PI->Label; local
89 AP.EmitLabelPlusOffset(Label/*Hi*/, 0/*Offset*/, 4/*Size*/);
/external/openfst/src/bin/
H A Dfstreplace.cc46 typedef int64 Label; typedef
47 typedef pair<Label, const s::FstClass* > FstTuple;
49 Label root = atoll(argv[2]);
55 Label lab = atoll(argv[i + 1]);
H A Dfstrelabel.cc99 typedef int64 Label; typedef
100 vector<pair<Label, Label> > ipairs;
101 vector<pair<Label, Label> > opairs;
H A Dfstsymbols.cc95 typedef int64 Label; typedef
96 vector<pair<Label, Label> > ipairs;
105 typedef int64 Label; typedef
106 vector<pair<Label, Label> > opairs;
/external/openfst/src/include/fst/extensions/pdt/
H A Dreverse.h39 const vector<pair<typename Arc::Label,
40 typename Arc::Label> > &parens,
42 typedef typename Arc::Label Label; typedef
48 vector<pair<Label, Label> > relabel_pairs;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DLabel.java37 public class Label { class
40 Label() { method in class:Label
43 Label(MethodLocation location) { method in class:Label
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DLabel.java30 public final class Label { class
39 List<Label> catchLabels = Collections.emptyList();
42 Label primarySuccessor;
45 Label alternateSuccessor;
49 public Label() {} method in class:Label
78 for (Label catchLabel : catchLabels) {
/external/llvm/include/llvm/MC/
H A DMCLabel.h27 // Instance - the instance number of this Directional Local Label
38 /// getInstance - Get the current instance of this Directional Local Label.
42 /// Label.
52 inline raw_ostream &operator<<(raw_ostream &OS, const MCLabel &Label) { argument
53 Label.print(OS);
/external/llvm/lib/CodeGen/
H A DErlangGC.cpp57 MCSymbol *Label = MBB.getParent()->getContext().CreateTempSymbol(); local
58 BuildMI(MBB, MI, DL, TII->get(TargetOpcode::GC_LABEL)).addSym(Label);
59 return Label;
76 MCSymbol* Label = InsertLabel(*MI->getParent(), RAI, MI->getDebugLoc()); local
77 FI.addSafePoint(GC::PostCall, Label, MI->getDebugLoc());
/external/llvm/tools/llvm-readobj/
H A DStreamWriter.cpp30 void StreamWriter::printBinaryImpl(StringRef Label, StringRef Str, argument
36 startLine() << Label;
65 startLine() << Label << ":";
/external/openfst/src/extensions/pdt/
H A Dpdtreplace.cc52 typedef int64 Label; typedef
53 typedef pair<Label, const s::FstClass* > FstTuple;
55 Label root = atoll(argv[2]);
61 Label lab = atoll(argv[i + 1]);
/external/openfst/src/include/fst/script/
H A Drelabel.h56 // In case int64 is not the same as Arc::Label,
58 typedef typename Arc::Label Label; typedef
60 vector<pair<Label, Label> > converted_ipairs(args->arg2.size());
63 vector<pair<Label, Label> > converted_opairs(args->arg3.size());
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dverify.h30 typedef typename Arc::Label Label; typedef
H A Darc.h31 typedef int Label; typedef in struct:fst::StdArc
35 StdArc(Label i, Label o, Weight w, StateId s)
45 Label ilabel; // Transition input label
46 Label olabel; // Transition output label
55 typedef int Label; typedef in struct:fst::LogArc
59 LogArc(Label i, Label o, Weight w, StateId s)
69 Label ilabel; // Transition input label
70 Label olabe
80 typedef int Label; typedef in class:fst::StringArc
110 typedef typename A::Label Label; typedef in struct:fst::GallicArc
142 typedef typename A::Label Label; typedef in struct:fst::ReverseArc
[all...]
H A Dclosure.h41 typedef typename Arc::Label Label; typedef
H A Dconcat.h41 typedef typename Arc::Label Label; typedef
H A Dunion.h39 typedef typename Arc::Label Label; typedef
/external/chromium_org/tools/gn/
H A Dlabel.cc41 *err = Err(input_value, "Label can't start with a single slash",
95 const Label& current_toolchain,
190 Label::Label() { function in class:Label
193 Label::Label(const SourceDir& dir, function in class:Label
203 Label::Label(const SourceDir& dir, const base::StringPiece& name) function in class:Label
208 Label::~Label() {
[all...]
H A Dlabel.h18 class Label { class
20 Label();
24 Label(const SourceDir& dir,
30 Label(const SourceDir& dir, const base::StringPiece& name);
31 ~Label();
36 static Label Resolve(const SourceDir& current_dir,
37 const Label& current_toolchain,
49 // Returns the current label's toolchain as its own Label.
50 Label GetToolchainLabel() const;
53 Label GetWithNoToolchai
[all...]
/external/openfst/src/include/fst/
H A Darcfilter.h74 typedef typename A::Label Label; typedef in class:fst::MultiLabelArcFilter
82 Label label = match_input_ ? arc.ilabel : arc.olabel;
87 void AddLabel(Label label) {
92 CompactSet<Label, kNoLabel> labels_;
H A Dverify.h33 typedef typename Arc::Label Label; typedef
H A Dclosure.h48 typedef typename Arc::Label Label; typedef
/external/chromium_org/courgette/
H A Dassembly_program.h25 // A Label is a symbolic reference to an address. Unlike a conventional
27 // stored in a table and the Label will be replaced with the index into the
31 class Label { class in namespace:courgette
34 Label() : rva_(0), index_(kNoIndex), count_(0) {} function in class:courgette::Label
35 explicit Label(RVA rva) : rva_(rva), index_(kNoIndex), count_(0) {} function in class:courgette::Label
42 typedef std::map<RVA, Label*> RVAToLabel;
94 CheckBool EmitRel32(Label* label) WARN_UNUSED_RESULT;
98 CheckBool EmitRel32ARM(uint16 op, Label* label, const uint8* arm_op,
102 CheckBool EmitAbs32(Label* label) WARN_UNUSED_RESULT;
105 Label* FindOrMakeAbs32Labe
[all...]
/external/chromium_org/ui/message_center/views/
H A Dbounded_label_unittest.cc74 BoundedLabelTest& Label(base::string16 text, int lines) { function in class:message_center::test::BoundedLabelTest
95 Label(ToString(text), lines).GetWrappedText(ToPixels(width)))
99 Label(ToString(text), lines).GetLinesForWidth(ToPixels(width)))

Completed in 962 milliseconds

1234567