Searched refs:DebugAbbrev (Results 1 – 9 of 9) sorted by relevance
29 Y.DebugAbbrev.emplace_back(); in dumpDebugAbbrev()30 Y.DebugAbbrev.back().ID = AbbrevTableID++; in dumpDebugAbbrev()45 Y.DebugAbbrev.back().Table.push_back(Abbrv); in dumpDebugAbbrev()220 const DWARFDebugAbbrev *DebugAbbrev = DCtx.getDebugAbbrev(); in dumpDebugInfo() local222 DebugAbbrev->begin(), in dumpDebugInfo()224 *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()
97 assert(Index < DebugAbbrev.size() && in getAbbrevTableContentByIndex()107 for (const DWARFYAML::Abbrev &AbbrevDecl : DebugAbbrev[Index].Table) { in getAbbrevTableContentByIndex()132 for (uint64_t I = 0; I < DI.DebugAbbrev.size(); ++I) { in emitDebugAbbrev()284 DI.DebugAbbrev[AbbrevTableInfoOrErr->Index].Table); in writeDIE()
213 std::vector<AbbrevTable> DebugAbbrev; member
225 DWARFDebugAbbrev *DebugAbbrev();
953 const DWARFDebugAbbrev *abbr = dwarf.DebugAbbrev(); in extract()
548 DWARFDebugAbbrev *abbrev = DebugAbbrev(); in CalculateAbilities()615 DWARFDebugAbbrev *SymbolFileDWARF::DebugAbbrev() { in DebugAbbrev() function in SymbolFileDWARF
161 !133 = !DIEnumerator(name: "DebugAbbrev", value: 0)
1157 HANDLE_DWARF_SECTION(DebugAbbrev, ".debug_abbrev", "debug-abbrev", BoolOption)