Searched refs:DIELabel (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DIE.cpp | 342 void DIELabel::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() 351 unsigned DIELabel::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf() 359 void DIELabel::print(raw_ostream &O) const { O << "Lbl: " << Label->getName(); } in print() 405 DIELabel(S.getSymbol()).EmitValue(AP, Form); in EmitValue() 426 return DIELabel(S.getSymbol()).SizeOf(AP, Form); in SizeOf()
|
D | DwarfCompileUnit.cpp | 57 DIELabel(Label)); in addLocalLabelAddress()
|
D | DwarfUnit.cpp | 230 return Die.addValue(DIEValueAllocator, Attribute, Form, DIELabel(Label)); in addLabel()
|
/external/llvm/include/llvm/CodeGen/ |
D | DIE.h | 169 class DIELabel { 173 explicit DIELabel(const MCSymbol *L) : Label(L) {} in DIELabel() function 310 typedef AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,
|