Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h167 void addLabel(DIEValueList &Die, dwarf::Attribute Attribute, dwarf::Form Form,
170 void addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label);
H A DDwarfUnit.cpp286 void DwarfUnit::addLabel(DIEValueList &Die, dwarf::Attribute Attribute, in addLabel() function in DwarfUnit
291 void DwarfUnit::addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label) { in addLabel() function in DwarfUnit
292 addLabel(Die, (dwarf::Attribute)0, Form, Label); in addLabel()
350 addLabel(Die, dwarf::DW_FORM_addr, Sym); in addOpAddress()
1752 addLabel(Die, Attribute, DD->getDwarfSectionOffsetForm(), Label); in addSectionLabel()
H A DDwarfCompileUnit.cpp472 addLabel(*Loc, dwarf::DW_FORM_data4, SPSym); in updateSubprogramScopeDIE()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp593 CurLexicalScope->addLabel(D); in EmitLabel()
H A DCodeGenFunction.h910 void addLabel(const LabelDecl *label) {