Searched refs:addSectionLabel (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.cpp | 387 addSectionLabel(getUnitDie(), dwarf::DW_AT_stmt_list, LineTableStartSym, in initStmtList() 393 addSectionLabel(D, dwarf::DW_AT_stmt_list, LineTableStartSym, in applyStmtList() 587 addSectionLabel(ScopeDIE, dwarf::DW_AT_ranges, List.Label, in addScopeRangeList() 1542 addSectionLabel(getUnitDie(), in addAddrTableBase()
|
| H A D | DwarfUnit.h | 294 void addSectionLabel(DIE &Die, dwarf::Attribute Attribute,
|
| H A D | DwarfUnit.cpp | 1764 void DwarfUnit::addSectionLabel(DIE &Die, dwarf::Attribute Attribute, in addSectionLabel() function in DwarfUnit 1798 addSectionLabel(getUnitDie(), dwarf::DW_AT_str_offsets_base, in addStringOffsetsStart() 1807 addSectionLabel(getUnitDie(), dwarf::DW_AT_rnglists_base, in addRnglistsBase()
|
| H A D | DwarfDebug.cpp | 1328 SkCU->addSectionLabel(SkCU->getUnitDie(), dwarf::DW_AT_GNU_ranges_base, in finalizeModuleInfo() 1366 U.addSectionLabel(U.getUnitDie(), dwarf::DW_AT_loclists_base, in finalizeModuleInfo() 1385 U.addSectionLabel(U.getUnitDie(), MacrosAttr, U.getMacroLabelBegin(), in finalizeModuleInfo() 1395 U.addSectionLabel(U.getUnitDie(), dwarf::DW_AT_macro_info, in finalizeModuleInfo()
|