Searched refs:DebugAbbrev (Results 1 – 7 of 7) sorted by relevance
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()
225 DWARFDebugAbbrev *DebugAbbrev();
906 const DWARFDebugAbbrev *abbr = dwarf.DebugAbbrev(); in extract()
549 DWARFDebugAbbrev *abbrev = DebugAbbrev(); in CalculateAbilities()618 DWARFDebugAbbrev *SymbolFileDWARF::DebugAbbrev() { in DebugAbbrev() function in SymbolFileDWARF
213 std::vector<AbbrevTable> DebugAbbrev; member
1153 HANDLE_DWARF_SECTION(DebugAbbrev, ".debug_abbrev", "debug-abbrev", BoolOption)