Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h155 DIEValueList::value_iterator addLabel(DIEValueList &Die,
160 void addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label);
H A DDwarfUnit.cpp269 DIEValueList::value_iterator DwarfUnit::addLabel(DIEValueList &Die, in addLabel() function in DwarfUnit
276 void DwarfUnit::addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label) { in addLabel() function in DwarfUnit
277 addLabel(Die, (dwarf::Attribute)0, Form, Label); in addLabel()
332 addLabel(Die, dwarf::DW_FORM_udata, Sym); in addOpAddress()
1619 return addLabel(Die, Attribute, in addSectionLabel()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp514 CurLexicalScope->addLabel(D); in EmitLabel()
H A DCodeGenFunction.h776 void addLabel(const LabelDecl *label) {