HomeSort by relevance Sort by last modified time
    Searched refs:DIELabel (Results 1 - 12 of 12) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DIE.h 306 /// DIELabel - A label expression DIE.
308 class DIELabel : public DIEValue {
311 explicit DIELabel(const MCSymbol *L) : DIEValue(isLabel), Label(L) {}
326 static bool classof(const DIELabel *) { return true; }
DIE.cpp 257 // DIELabel Implementation
262 void DIELabel::EmitValue(AsmPrinter *AP, unsigned Form) const {
268 unsigned DIELabel::SizeOf(AsmPrinter *AP, unsigned Form) const {
274 void DIELabel::print(raw_ostream &O) {
DwarfDebug.cpp     [all...]
DwarfCompileUnit.cpp 82 DIEValue *Value = new (DIEValueAllocator) DIELabel(Label);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 337 // DIELabel Implementation
342 void DIELabel::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const {
351 unsigned DIELabel::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const {
359 void DIELabel::print(raw_ostream &O) const { O << "Lbl: " << Label->getName(); }
405 DIELabel(S.getSymbol()).EmitValue(AP, Form);
426 return DIELabel(S.getSymbol()).SizeOf(AP, Form);
DwarfCompileUnit.cpp 58 DIELabel(Label));
    [all...]
DwarfUnit.cpp 228 return Die.addValue(DIEValueAllocator, Attribute, Form, DIELabel(Label));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 480 // DIELabel Implementation
485 void DIELabel::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const {
495 unsigned DIELabel::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const {
503 void DIELabel::print(raw_ostream &O) const { O << "Lbl: " << Label->getName(); }
548 DIELabel(S.getSymbol()).EmitValue(AP, Form);
571 return DIELabel(S.getSymbol()).SizeOf(AP, Form);
DwarfCompileUnit.cpp 91 DIELabel(Label));
    [all...]
DwarfUnit.cpp 265 return Die.addValue(DIEValueAllocator, Attribute, Form, DIELabel(Label));
    [all...]
  /external/llvm/include/llvm/CodeGen/
DIE.h 166 /// DIELabel - A label DIE.
168 class DIELabel {
172 explicit DIELabel(const MCSymbol *L) : Label(L) {}
290 typedef AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DIE.h 218 class DIELabel {
222 explicit DIELabel(const MCSymbol *L) : Label(L) {}
351 using ValTy = AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,

Completed in 262 milliseconds