Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DDIETest.cpp90 DIELabel Tst(Val); in TEST_P()
95 DIELabel Tst(Val); in TEST_P()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp488 void DIELabel::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue()
496 unsigned DIELabel::sizeOf(const dwarf::FormParams &FormParams, in sizeOf()
514 void DIELabel::print(raw_ostream &O) const { O << "Lbl: " << Label->getName(); } in print()
584 DIELabel(S.getSymbol()).emitValue(AP, Form); in emitValue()
608 return DIELabel(S.getSymbol()).sizeOf(FormParams, Form); in sizeOf()
H A DDwarfCompileUnit.cpp111 addAttribute(Die, Attribute, dwarf::DW_FORM_addr, DIELabel(Label)); in addLocalLabelAddress()
H A DDwarfUnit.cpp282 addAttribute(Die, Attribute, Form, DIELabel(Label)); in addLabel()
/llvm-project-15.0.7/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,