Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp280 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 DDwarfUnit.h291 DIE::value_iterator addSectionLabel(DIE &Die, dwarf::Attribute Attribute,
H A DDwarfUnit.cpp1616 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 DDwarfDebug.h729 void addSectionLabel(const MCSymbol *Sym);
H A DDwarfDebug.cpp878 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