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

12345

/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*/);
H A DDIE.cpp300 AP->EmitLabelReference(Label, SizeOf(AP, Form),
317 O << "Lbl: " << Label->getName();
554 MCSymbol *Label = DD->getDebugLocEntries()[Index].Label; local
557 AP->EmitSectionOffset(Label, DD->getDebugLocSym());
559 AP->EmitLabelDifference(Label, DD->getDebugLocSym(), 4);
/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);
H A DMCWin64EH.h32 MCSymbol *Label; member in class:llvm::MCWin64EHInstruction
37 : Operation(Op), Label(L), Offset(0), Register(Reg) {
42 Label(L), Offset(Size) { }
44 : Operation(Op), Label(L), Offset(Off), Register(Reg) {
52 : Operation(Op), Label(L), Offset(Code ? 1 : 0) {
56 MCSymbol *getLabel() const { return Label; }
/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/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
H A Dtest-properties.h74 typedef typename Arc::Label Label; typedef
115 std::unordered_set<Label> *ilabels = 0;
116 std::unordered_set<Label> *olabels = 0;
127 ilabels = new std::unordered_set<Label>;
129 olabels = new std::unordered_set<Label>;
/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/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)))
/external/chromium_org/tools/traceline/traceline/
H A Dassembler.h97 class Label { class
99 Label() { Unuse(); } function in class:Label
100 ~Label() { ASSERT(!is_linked()); }
351 void bind(Label* l) {
410 void jcc(Condition cc, Label* l) {
425 void jmp(Label* l) {
454 void loop(Label* l) {
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dwin32.h50 SID_AND_ATTRIBUTES Label; member in struct:_TOKEN_MANDATORY_LABEL
/external/chromium_org/third_party/skia/bench/
H A Dcheck_bench_regressions.py48 class Label: class in inherits:
59 return "Label(%s, %s, %s, %s)" % (
94 keys = Label objects
99 point_name = Label(point.bench,point.config,point.time_type,
133 lines: dictionary mapping Label objects to the bench values.
/external/chromium_org/third_party/webrtc/base/
H A Dwin32.h33 SID_AND_ATTRIBUTES Label; member in struct:_TOKEN_MANDATORY_LABEL
/external/llvm/lib/Support/
H A DGraphWriter.cpp25 std::string llvm::DOT::EscapeString(const std::string &Label) { argument
26 std::string Str(Label);
/external/skia/bench/
H A Dcheck_bench_regressions.py48 class Label: class in inherits:
59 return "Label(%s, %s, %s, %s)" % (
94 keys = Label objects
99 point_name = Label(point.bench,point.config,point.time_type,
133 lines: dictionary mapping Label objects to the bench values.

Completed in 9094 milliseconds

12345