Searched refs:DebugAbbrev (Results 1 – 12 of 12) sorted by relevance
35 .Case(getSectionName(DebugSectionKind::DebugAbbrev), in parseDebugTableName()36 DebugSectionKind::DebugAbbrev) in parseDebugTableName()
47 getOrCreateSectionDescriptor(DebugSectionKind::DebugAbbrev); in emitAbbreviations()112 &getOrCreateSectionDescriptor(DebugSectionKind::DebugAbbrev)}); in emitDebugInfo()
352 getOrCreateSectionDescriptor(DebugSectionKind::DebugAbbrev); in finishCloningAndEmit()
37 if (!DebugAbbrev.empty()) in getNonEmptySectionNames()62 for (const auto &[Index, AbbrevTable] : enumerate(DebugAbbrev)) { in getAbbrevTableInfoByID()94 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
209 llvm::DWARFDebugAbbrev *DebugAbbrev();
1013 const llvm::DWARFDebugAbbrev *abbr = dwarf.DebugAbbrev(); in extract()
617 llvm::DWARFDebugAbbrev *abbrev = DebugAbbrev(); in CalculateAbilities()688 llvm::DWARFDebugAbbrev *SymbolFileDWARF::DebugAbbrev() { in DebugAbbrev() function in SymbolFileDWARF
214 std::vector<AbbrevTable> DebugAbbrev; member
257 case DebugSectionKind::DebugAbbrev: in getMCSection()
1201 HANDLE_DWARF_SECTION(DebugAbbrev, ".debug_abbrev", "debug-abbrev", BoolOption)