Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DOutputSections.cpp
H A DOutputSections.h
/freebsd/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.cpp348 getOrCreateSectionDescriptor(DebugSectionKind::DebugAbbrev); in finishCloningAndEmit()
/freebsd/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.cpp97 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerBase.h37 DebugAbbrev, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h210 llvm::DWARFDebugAbbrev *DebugAbbrev();
H A DDWARFUnit.cpp1040 const llvm::DWARFDebugAbbrev *abbr = dwarf.DebugAbbrev(); in extract()
H A DSymbolFileDWARF.cpp630 llvm::DWARFDebugAbbrev *abbrev = DebugAbbrev(); in CalculateAbilities()
701 llvm::DWARFDebugAbbrev *SymbolFileDWARF::DebugAbbrev() { in DebugAbbrev() function in SymbolFileDWARF
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h240 std::vector<AbbrevTable> DebugAbbrev; member
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp257 case DebugSectionKind::DebugAbbrev: in getMCSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1298 HANDLE_DWARF_SECTION(DebugAbbrev, ".debug_abbrev", "debug-abbrev", BoolOption)