Searched refs:addSectionLabel (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.cpp | 280 DD->addSectionLabel(Range.getStart()); in addRange() 307 addSectionLabel(getUnitDie(), dwarf::DW_AT_stmt_list, LineTableStartSym, in initStmtList() 449 addSectionLabel(ScopeDIE, dwarf::DW_AT_ranges, List.getSym(), in addScopeRangeList() 1132 addSectionLabel(getUnitDie(), in addAddrTableBase()
|
| H A D | DwarfUnit.h | 291 DIE::value_iterator addSectionLabel(DIE &Die, dwarf::Attribute Attribute,
|
| H A D | DwarfUnit.cpp | 1616 DwarfUnit::addSectionLabel(DIE &Die, dwarf::Attribute Attribute, in addSectionLabel() function in DwarfUnit 1652 addSectionLabel(getUnitDie(), dwarf::DW_AT_str_offsets_base, in addStringOffsetsStart() 1661 addSectionLabel(getUnitDie(), dwarf::DW_AT_rnglists_base, in addRnglistsBase() 1670 addSectionLabel(getUnitDie(), dwarf::DW_AT_loclists_base, in addLoclistsBase()
|
| H A D | DwarfDebug.h | 729 void addSectionLabel(const MCSymbol *Sym);
|
| H A D | DwarfDebug.cpp | 878 SkCU->addSectionLabel(SkCU->getUnitDie(), dwarf::DW_AT_GNU_ranges_base, in finalizeModuleInfo() 923 U.addSectionLabel(U.getUnitDie(), dwarf::DW_AT_macro_info, in finalizeModuleInfo() 2750 void DwarfDebug::addSectionLabel(const MCSymbol *Sym) { in addSectionLabel() function in DwarfDebug
|