Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp483 void DIELabel::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue()
491 unsigned DIELabel::sizeOf(const dwarf::FormParams &FormParams, in sizeOf()
509 void DIELabel::print(raw_ostream &O) const { O << "Lbl: " << Label->getName(); } in print()
579 DIELabel(S.getSymbol()).emitValue(AP, Form); in emitValue()
603 return DIELabel(S.getSymbol()).sizeOf(FormParams, Form); in sizeOf()
H A DDwarfCompileUnit.cpp127 addAttribute(Die, Attribute, dwarf::DW_FORM_addr, DIELabel(Label)); in addLocalLabelAddress()
H A DDwarfUnit.cpp282 addAttribute(Die, Attribute, Form, DIELabel(Label)); in addLabel()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h223 class DIELabel {
227 explicit DIELabel(const MCSymbol *L) : Label(L) {} in DIELabel() function
393 AlignedCharArrayUnion<DIEInteger, DIEString, DIEExpr, DIELabel,