Searched refs:DIELabel (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIE.cpp | 494 void DIELabel::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() 501 unsigned DIELabel::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf() 518 void DIELabel::print(raw_ostream &O) const { O << "Lbl: " << Label->getName(); } in print() 586 DIELabel(S.getSymbol()).emitValue(AP, Form); in emitValue() 609 return DIELabel(S.getSymbol()).SizeOf(AP, Form); in SizeOf()
|
| H A D | DwarfCompileUnit.cpp | 115 addAttribute(Die, Attribute, dwarf::DW_FORM_addr, DIELabel(Label)); in addLocalLabelAddress()
|
| H A D | DwarfUnit.cpp | 288 addAttribute(Die, Attribute, Form, DIELabel(Label)); in addLabel()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | DIE.h | 218 class DIELabel { 222 explicit DIELabel(const MCSymbol *L) : Label(L) {} in DIELabel() function 388 AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,
|