Home
last modified time | relevance | path

Searched refs:DIELabel (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp494 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 DDwarfCompileUnit.cpp115 addAttribute(Die, Attribute, dwarf::DW_FORM_addr, DIELabel(Label)); in addLocalLabelAddress()
H A DDwarfUnit.cpp288 addAttribute(Die, Attribute, Form, DIELabel(Label)); in addLabel()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DDIE.h218 class DIELabel {
222 explicit DIELabel(const MCSymbol *L) : Label(L) {} in DIELabel() function
388 AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,