Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h165 void addLabel(DIEValueList &Die, dwarf::Attribute Attribute, dwarf::Form Form,
168 void addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label);
H A DDwarfUnit.cpp279 void DwarfUnit::addLabel(DIEValueList &Die, dwarf::Attribute Attribute, in addLabel() function in DwarfUnit
284 void DwarfUnit::addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label) { in addLabel() function in DwarfUnit
285 addLabel(Die, (dwarf::Attribute)0, Form, Label); in addLabel()
343 addLabel(Die, dwarf::DW_FORM_addr, Sym); in addOpAddress()
1800 addLabel(Die, Attribute, DD->getDwarfSectionOffsetForm(), Label); in addSectionLabel()
H A DDwarfCompileUnit.cpp509 addLabel(*Loc, dwarf::DW_FORM_data4, SPSym); in updateSubprogramScopeDIEImpl()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp634 CurLexicalScope->addLabel(D); in EmitLabel()
H A DCodeGenFunction.h949 void addLabel(const LabelDecl *label) {