Searched refs:DebugAbbrev (Results 1 – 12 of 12) sorted by relevance
47 getOrCreateSectionDescriptor(DebugSectionKind::DebugAbbrev); in emitAbbreviations()110 &getOrCreateSectionDescriptor(DebugSectionKind::DebugAbbrev)}); in emitDebugInfo()
37 if (!DebugAbbrev.empty()) in getNonEmptySectionNames()64 for (const auto &[Index, 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()
36 DebugAbbrev, enumerator
211 llvm::DWARFDebugAbbrev *DebugAbbrev();
966 const llvm::DWARFDebugAbbrev *abbr = dwarf.DebugAbbrev(); in extract()
624 llvm::DWARFDebugAbbrev *abbrev = DebugAbbrev(); in CalculateAbilities()695 llvm::DWARFDebugAbbrev *SymbolFileDWARF::DebugAbbrev() { in DebugAbbrev() function in SymbolFileDWARF
236 std::vector<AbbrevTable> DebugAbbrev; member
257 case DebugSectionKind::DebugAbbrev: in getMCSection()
1279 HANDLE_DWARF_SECTION(DebugAbbrev, ".debug_abbrev", "debug-abbrev", BoolOption)