Searched refs:DebugAbbrev (Results 1 – 13 of 13) sorted by relevance
47 getOrCreateSectionDescriptor(DebugSectionKind::DebugAbbrev); in emitAbbreviations()110 &getOrCreateSectionDescriptor(DebugSectionKind::DebugAbbrev)}); in emitDebugInfo()
348 getOrCreateSectionDescriptor(DebugSectionKind::DebugAbbrev); in finishCloningAndEmit()
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()
97 assert(Index < DebugAbbrev.size() && in getAbbrevTableContentByIndex()106 for (const DWARFYAML::Abbrev &AbbrevDecl : DebugAbbrev[Index].Table) { in getAbbrevTableContentByIndex()129 for (uint64_t I = 0; I < DI.DebugAbbrev.size(); ++I) { in emitDebugAbbrev()281 DI.DebugAbbrev[AbbrevTableInfoOrErr->Index].Table); in writeDIE()
37 DebugAbbrev, enumerator
210 llvm::DWARFDebugAbbrev *DebugAbbrev();
1040 const llvm::DWARFDebugAbbrev *abbr = dwarf.DebugAbbrev(); in extract()
630 llvm::DWARFDebugAbbrev *abbrev = DebugAbbrev(); in CalculateAbilities()701 llvm::DWARFDebugAbbrev *SymbolFileDWARF::DebugAbbrev() { in DebugAbbrev() function in SymbolFileDWARF
240 std::vector<AbbrevTable> DebugAbbrev; member
257 case DebugSectionKind::DebugAbbrev: in getMCSection()
1298 HANDLE_DWARF_SECTION(DebugAbbrev, ".debug_abbrev", "debug-abbrev", BoolOption)