Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/patches/
Dpatch-r261991-llvm-r195391-fix-dwarf2.diff92 - NewCU->addLabel(Die, dwarf::DW_AT_stmt_list, dwarf::DW_FORM_sec_offset,
114 - NewCU->addLabel(Die, dwarf::DW_AT_GNU_pubnames,
132 - NewCU->addLabel(Die, dwarf::DW_AT_GNU_pubtypes,
155 - NewCU->addLabel(Die, dwarf::DW_AT_GNU_addr_base, dwarf::DW_FORM_sec_offset,
170 - NewCU->addLabel(Die, dwarf::DW_AT_stmt_list, dwarf::DW_FORM_sec_offset,
184 - NewCU->addLabel(Die, dwarf::DW_AT_GNU_pubnames, dwarf::DW_FORM_sec_offset,
199 - NewCU->addLabel(Die, dwarf::DW_AT_GNU_pubtypes, dwarf::DW_FORM_sec_offset,
217 - NewCU->addLabel(Die, dwarf::DW_AT_GNU_ranges_base,
228 @@ -227,6 +227,26 @@ void CompileUnit::addLabel(DIEBlock *Die, dwarf::F
229 addLabel(Die, (dwarf::Attribute)0, Form, Label);
[all …]
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h207 void addLabel(DIE *Die, dwarf::Attribute Attribute, dwarf::Form Form,
210 void addLabel(DIEBlock *Die, dwarf::Form Form, const MCSymbol *Label);
DDwarfCompileUnit.cpp219 void CompileUnit::addLabel(DIE *Die, dwarf::Attribute Attribute, in addLabel() function in CompileUnit
225 void CompileUnit::addLabel(DIEBlock *Die, dwarf::Form Form, in addLabel() function in CompileUnit
227 addLabel(Die, (dwarf::Attribute)0, Form, Label); in addLabel()
235 addLabel(Die, Attribute, dwarf::DW_FORM_sec_offset, Label); in addSectionLabel()
237 addLabel(Die, Attribute, dwarf::DW_FORM_data4, Label); in addSectionLabel()
280 addLabel(Die, dwarf::DW_FORM_udata, Sym); in addOpAddress()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGStmt.cpp344 CurLexicalScope->addLabel(D); in EmitLabel()
DCodeGenFunction.h520 void addLabel(const LabelDecl *label) { in addLabel() function