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

12345

/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 // \brief The instance number of this Directional Local Label.
38 /// \brief Get the current instance of this Directional Local Label.
41 /// \brief Increment the current instance of this Directional Local Label.
51 inline raw_ostream &operator<<(raw_ostream &OS, const MCLabel &Label) { argument
52 Label.print(OS);
H A DConstantPools.h31 : Label(L), Value(Val), Size(Sz), Loc(Loc_) {}
32 MCSymbol *Label; member in struct:llvm::ConstantPoolEntry
H A DMCWinEH.h24 const MCSymbol *Label; member in struct:llvm::WinEH::Instruction
30 : Label(L), Offset(Off), Register(Reg), Operation(Op) {}
/external/llvm/lib/CodeGen/AsmPrinter/
H A DErlangGCPrinter.cpp90 MCSymbol *Label = PI->Label; local
91 AP.EmitLabelPlusOffset(Label /*Hi*/, 0 /*Offset*/, 4 /*Size*/);
H A DAsmPrinterDwarf.cpp148 void AsmPrinter::emitDwarfSymbolReference(const MCSymbol *Label, argument
153 OutStreamer->EmitCOFFSecRel32(Label);
159 OutStreamer->EmitSymbolValue(Label, 4);
165 EmitLabelDifference(Label, Label->getSection().getBeginSymbol(), 4);
H A DDIE.cpp343 AP->EmitLabelReference(Label, SizeOf(AP, Form),
359 void DIELabel::print(raw_ostream &O) const { O << "Lbl: " << Label->getName(); }
609 MCSymbol *Label = DD->getDebugLocs().getList(Index).Label; local
610 AP->emitDwarfSymbolReference(Label, /*ForceOffset*/ DD->useSplitDwarf());
H A DDebugLocStream.h36 MCSymbol *Label = nullptr; member in struct:llvm::DebugLocStream::List
/external/llvm/tools/llvm-readobj/
H A DStreamWriter.cpp30 void StreamWriter::printBinaryImpl(StringRef Label, StringRef Str, argument
36 startLine() << Label;
65 startLine() << Label << ":";
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.cpp45 auto *Label = cast<MCSymbolELF>(L); local
46 getAssembler().registerSymbol(*Label);
47 Label->setOther(ELF::STO_MIPS_MICROMIPS);
/external/google-breakpad/src/common/
H A Dtest_assembler.cc47 Label::Label() : value_(new Binding()) { } function in class:google_breakpad::test_assembler::Label
48 Label::Label(uint64_t value) : value_(new Binding(value)) { } function in class:google_breakpad::test_assembler::Label
49 Label::Label(const Label &label) { function in class:google_breakpad::test_assembler::Label
53 Label::~Label() {
57 Label
[all...]
H A Dtest_assembler.h73 // A Label represents a value not yet known that we need to store in a
91 // Label a; // a's value is undefined
92 // Label b; // b's value is undefined
94 // Label c = a + 4; // okay, even though a's value is unknown
97 // Label d = b - 2; // okay; d == a+6, even though c is gone
105 // Label objects' lifetimes are unconstrained: notice that, in the
108 // particular, it's not necessary to ensure that a Label lives beyond
110 class Label { class in namespace:google_breakpad::test_assembler
112 Label(); // An undefined label.
113 Label(uint64_
[all...]
/external/google-breakpad/src/common/dwarf/
H A Ddwarf2reader_test_common.h51 typedef google_breakpad::test_assembler::Label Label; typedef in class:TestCompilationUnit
73 TestCompilationUnit &Header(int version, const Label &abbrev_offset,
103 Label length_;
114 typedef google_breakpad::test_assembler::Label Label; typedef in class:TestAbbrevTable
/external/llvm/lib/MC/
H A DMCWin64EH.cpp66 EmitAbsDifference(streamer, inst.Label, begin);
71 EmitAbsDifference(streamer, inst.Label, begin);
86 EmitAbsDifference(streamer, inst.Label, begin);
90 EmitAbsDifference(streamer, inst.Label, begin);
96 EmitAbsDifference(streamer, inst.Label, begin);
106 EmitAbsDifference(streamer, inst.Label, begin);
119 EmitAbsDifference(streamer, inst.Label, begin);
156 MCSymbol *Label = context.createTempSymbol(); local
159 streamer.EmitLabel(Label);
160 info->Symbol = Label;
[all...]
/external/llvm/lib/Support/
H A DGraphWriter.cpp24 std::string llvm::DOT::EscapeString(const std::string &Label) { argument
25 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.
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
H A DExample2_24Test.java87 Label label = new Label((Map<String, Integer>) values.get("start"),
99 this.representers.put(Label.class, new RepresentLabel());
133 Label label = (Label) data;
214 private class Label extends Entity { class in class:Example2_24Test
219 public Label(Map<String, Integer> start, Integer color, String text) { method in class:Example2_24Test.Label
/external/webrtc/webrtc/base/
H A Dwin32.h33 SID_AND_ATTRIBUTES Label; member in struct:_TOKEN_MANDATORY_LABEL
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DLabel.java40 public class Label implements Comparable, Cloneable { class in inherits:Comparable,Cloneable
124 public Label(int label) { method in class:Label
129 public Label(IntSet labelSet) { method in class:Label
146 Label l;
148 l = (Label)super.clone();
159 public void add(Label a) {
170 throw new IllegalStateException("can't add element to Label of type "+label);
182 throw new IllegalStateException("can't add element to Label of type "+label);
186 throw new IllegalStateException("can't add element to Label of type "+label);
256 public boolean matches(Label othe
[all...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
H A Ddescriptor.py55 field.label = FieldDescriptor.Label.REQUIRED
62 field.label = FieldDescriptor.Label.REQUIRED
69 field.label = FieldDescriptor.Label.OPTIONAL
193 Label: Values for optional, required and repeated fields.
205 class Label(messages.Enum): class in class:FieldDescriptor
216 label = messages.EnumField(Label, 4, default=Label.OPTIONAL)
367 field_descriptor.label = FieldDescriptor.Label.REPEATED
369 field_descriptor.label = FieldDescriptor.Label.REQUIRED
371 field_descriptor.label = FieldDescriptor.Label
[all...]
/external/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h388 /// Emit something like ".long Label+Offset" where the size in bytes of the
389 /// directive is specified by Size and Label specifies the label. This
391 void EmitLabelPlusOffset(const MCSymbol *Label, uint64_t Offset,
394 /// Emit something like ".long Label" where the size in bytes of the directive
395 /// is specified by Size and Label specifies the label.
396 void EmitLabelReference(const MCSymbol *Label, unsigned Size, argument
398 EmitLabelPlusOffset(Label, 0, Size, IsSectionRelative);
426 void emitDwarfSymbolReference(const MCSymbol *Label,
H A DGCMetadata.h53 MCSymbol *Label; ///< A label. member in struct:llvm::GCPoint
57 : Kind(K), Label(L), Loc(DL) {}
123 void addSafePoint(GC::PointKind Kind, MCSymbol *Label, DebugLoc DL) { argument
124 SafePoints.emplace_back(Kind, Label, DL);
/external/llvm/lib/CodeGen/
H A DGCRootLowering.cpp275 MCSymbol *Label = MBB.getParent()->getContext().createTempSymbol(); local
276 BuildMI(MBB, MI, DL, TII->get(TargetOpcode::GC_LABEL)).addSym(Label);
277 return Label;
287 MCSymbol *Label = InsertLabel(*CI->getParent(), CI, CI->getDebugLoc()); local
288 FI->addSafePoint(GC::PreCall, Label, CI->getDebugLoc());
292 MCSymbol *Label = InsertLabel(*CI->getParent(), RAI, CI->getDebugLoc()); local
293 FI->addSafePoint(GC::PostCall, Label, CI->getDebugLoc());
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp356 MachineBasicBlock *Label = MF.CreateMachineBasicBlock(); local
358 Label->addSuccessor(Label);
359 MF.push_back(Label);

Completed in 666 milliseconds

12345