Searched refs:addSectionLabel (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.cpp | 478 addSectionLabel(getUnitDie(), dwarf::DW_AT_stmt_list, LineTableStartSym, in initStmtList() 484 addSectionLabel(D, dwarf::DW_AT_stmt_list, LineTableStartSym, in applyStmtList() 555 addSectionLabel( in updateSubprogramScopeDIE() 678 addSectionLabel(ScopeDIE, dwarf::DW_AT_ranges, List.Label, in addScopeRangeList() 1745 addSectionLabel(getUnitDie(), in addAddrTableBase()
|
| H A D | DwarfUnit.h | 319 void addSectionLabel(DIE &Die, dwarf::Attribute Attribute,
|
| H A D | DwarfUnit.cpp | 2118 void DwarfUnit::addSectionLabel(DIE &Die, dwarf::Attribute Attribute, in addSectionLabel() function in DwarfUnit 2152 addSectionLabel(getUnitDie(), dwarf::DW_AT_str_offsets_base, in addStringOffsetsStart() 2161 addSectionLabel(getUnitDie(), dwarf::DW_AT_rnglists_base, in addRnglistsBase()
|
| H A D | DwarfDebug.cpp | 1316 SkCU->addSectionLabel(SkCU->getUnitDie(), dwarf::DW_AT_GNU_ranges_base, in finalizeModuleInfo() 1360 U.addSectionLabel(U.getUnitDie(), dwarf::DW_AT_loclists_base, in finalizeModuleInfo() 1379 U.addSectionLabel(U.getUnitDie(), MacrosAttr, U.getMacroLabelBegin(), in finalizeModuleInfo() 1389 U.addSectionLabel(U.getUnitDie(), dwarf::DW_AT_macro_info, in finalizeModuleInfo()
|