Home
last modified time | relevance | path

Searched refs:DebugAbbrev (Results 1 – 12 of 12) sorted by relevance

/src/contrib/llvm-project/llvm/lib/DWARFLinker/ !
H A DDWARFLinkerBase.cpp35 .Case(getSectionName(DebugSectionKind::DebugAbbrev), in parseDebugTableName()
36 DebugSectionKind::DebugAbbrev) in parseDebugTableName()
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ !
H A DDWARFLinkerUnit.cpp47 getOrCreateSectionDescriptor(DebugSectionKind::DebugAbbrev); in emitAbbreviations()
110 &getOrCreateSectionDescriptor(DebugSectionKind::DebugAbbrev)}); in emitDebugInfo()
H A DDWARFLinkerTypeUnit.cpp352 getOrCreateSectionDescriptor(DebugSectionKind::DebugAbbrev); in finishCloningAndEmit()
/src/contrib/llvm-project/llvm/lib/ObjectYAML/ !
H A DDWARFYAML.cpp37 if (!DebugAbbrev.empty()) in getNonEmptySectionNames()
64 for (const auto &[Index, AbbrevTable] : enumerate(DebugAbbrev)) { in getAbbrevTableInfoByID()
96 IO.mapOptional("debug_abbrev", DWARF.DebugAbbrev); in mapping()
H A DDWARFEmitter.cpp98 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()
/src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ !
H A DDWARFLinkerBase.h36 DebugAbbrev, enumerator
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ !
H A DSymbolFileDWARF.h211 llvm::DWARFDebugAbbrev *DebugAbbrev();
H A DDWARFUnit.cpp966 const llvm::DWARFDebugAbbrev *abbr = dwarf.DebugAbbrev(); in extract()
H A DSymbolFileDWARF.cpp624 llvm::DWARFDebugAbbrev *abbrev = DebugAbbrev(); in CalculateAbilities()
695 llvm::DWARFDebugAbbrev *SymbolFileDWARF::DebugAbbrev() { in DebugAbbrev() function in SymbolFileDWARF
/src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ !
H A DDWARFYAML.h236 std::vector<AbbrevTable> DebugAbbrev; member
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ !
H A DDWARFStreamer.cpp257 case DebugSectionKind::DebugAbbrev: in getMCSection()
/src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ !
H A DDwarf.def1279 HANDLE_DWARF_SECTION(DebugAbbrev, ".debug_abbrev", "debug-abbrev", BoolOption)