Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h179 void addLabel(DIEValueList &Die, dwarf::Attribute Attribute, dwarf::Form Form,
182 void addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label);
H A DDwarfUnit.cpp280 void DwarfUnit::addLabel(DIEValueList &Die, dwarf::Attribute Attribute, in addLabel() function in DwarfUnit
285 void DwarfUnit::addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label) { in addLabel() function in DwarfUnit
286 addLabel(Die, (dwarf::Attribute)0, Form, Label); in addLabel()
344 addLabel(Die, dwarf::DW_FORM_addr, Sym); in addOpAddress()
1846 addLabel(Die, Attribute, DD->getDwarfSectionOffsetForm(), Label); in addSectionLabel()
H A DDwarfCompileUnit.cpp499 addLabel(*Loc, dwarf::DW_FORM_data4, Sym); in addWasmRelocBaseGlobal()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp658 CurLexicalScope->addLabel(D); in EmitLabel()
H A DCodeGenFunction.h1043 void addLabel(const LabelDecl *label) {