Searched refs:DebugAbbrev (Results 1 – 8 of 8) sorted by relevance
30 Y.DebugAbbrev.emplace_back(); in dumpDebugAbbrev()31 Y.DebugAbbrev.back().ID = AbbrevTableID++; in dumpDebugAbbrev()46 Y.DebugAbbrev.back().Table.push_back(Abbrv); in dumpDebugAbbrev()221 const DWARFDebugAbbrev *DebugAbbrev = DCtx.getDebugAbbrev(); in dumpDebugInfo() local223 DebugAbbrev->begin(), in dumpDebugInfo()225 *DebugAbbrev, in dumpDebugInfo()
37 if (!DebugAbbrev.empty()) in getNonEmptySectionNames()62 for (auto &AbbrevTable : enumerate(DebugAbbrev)) { in getAbbrevTableInfoByID()96 IO.mapOptional("debug_abbrev", DWARF.DebugAbbrev); in mapping()
98 assert(Index < DebugAbbrev.size() && in getAbbrevTableContentByIndex()108 for (const DWARFYAML::Abbrev &AbbrevDecl : DebugAbbrev[Index].Table) { in getAbbrevTableContentByIndex()133 for (uint64_t I = 0; I < DI.DebugAbbrev.size(); ++I) { in emitDebugAbbrev()285 DI.DebugAbbrev[AbbrevTableInfoOrErr->Index].Table); in writeDIE()
214 std::vector<AbbrevTable> DebugAbbrev; member
228 DWARFDebugAbbrev *DebugAbbrev();
974 const DWARFDebugAbbrev *abbr = dwarf.DebugAbbrev(); in extract()
548 DWARFDebugAbbrev *abbrev = DebugAbbrev(); in CalculateAbilities()615 DWARFDebugAbbrev *SymbolFileDWARF::DebugAbbrev() { in DebugAbbrev() function in SymbolFileDWARF
1175 HANDLE_DWARF_SECTION(DebugAbbrev, ".debug_abbrev", "debug-abbrev", BoolOption)