Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
HDDWARFLinkerBase.cpp35 .Case(getSectionName(DebugSectionKind::DebugAbbrev), in parseDebugTableName()
36 DebugSectionKind::DebugAbbrev) in parseDebugTableName()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
HDDWARFLinkerUnit.cpp47 getOrCreateSectionDescriptor(DebugSectionKind::DebugAbbrev); in emitAbbreviations()
110 &getOrCreateSectionDescriptor(DebugSectionKind::DebugAbbrev)}); in emitDebugInfo()
HDDWARFLinkerTypeUnit.cpp352 getOrCreateSectionDescriptor(DebugSectionKind::DebugAbbrev); in finishCloningAndEmit()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDDWARFYAML.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()
HDDWARFEmitter.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()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
HDDWARFLinkerBase.h36 DebugAbbrev, enumerator
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.h211 llvm::DWARFDebugAbbrev *DebugAbbrev();
HDDWARFUnit.cpp966 const llvm::DWARFDebugAbbrev *abbr = dwarf.DebugAbbrev(); in extract()
HDSymbolFileDWARF.cpp624 llvm::DWARFDebugAbbrev *abbrev = DebugAbbrev(); in CalculateAbilities()
695 llvm::DWARFDebugAbbrev *SymbolFileDWARF::DebugAbbrev() { in DebugAbbrev() function in SymbolFileDWARF
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
HDDWARFYAML.h236 std::vector<AbbrevTable> DebugAbbrev; member
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
HDDWARFStreamer.cpp257 case DebugSectionKind::DebugAbbrev: in getMCSection()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDDwarf.def1279 HANDLE_DWARF_SECTION(DebugAbbrev, ".debug_abbrev", "debug-abbrev", BoolOption)