Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp29 Y.DebugAbbrev.emplace_back(); in dumpDebugAbbrev()
30 Y.DebugAbbrev.back().ID = AbbrevTableID++; in dumpDebugAbbrev()
45 Y.DebugAbbrev.back().Table.push_back(Abbrv); in dumpDebugAbbrev()
220 const DWARFDebugAbbrev *DebugAbbrev = DCtx.getDebugAbbrev(); in dumpDebugInfo() local
222 DebugAbbrev->begin(), in dumpDebugInfo()
224 *DebugAbbrev, in dumpDebugInfo()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp37 if (!DebugAbbrev.empty()) in getNonEmptySectionNames()
62 for (auto &AbbrevTable : enumerate(DebugAbbrev)) { in getAbbrevTableInfoByID()
96 IO.mapOptional("debug_abbrev", DWARF.DebugAbbrev); in mapping()
H A DDWARFEmitter.cpp97 assert(Index < DebugAbbrev.size() && in getAbbrevTableContentByIndex()
107 for (const DWARFYAML::Abbrev &AbbrevDecl : DebugAbbrev[Index].Table) { in getAbbrevTableContentByIndex()
132 for (uint64_t I = 0; I < DI.DebugAbbrev.size(); ++I) { in emitDebugAbbrev()
284 DI.DebugAbbrev[AbbrevTableInfoOrErr->Index].Table); in writeDIE()
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h213 std::vector<AbbrevTable> DebugAbbrev; member
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h225 DWARFDebugAbbrev *DebugAbbrev();
H A DDWARFUnit.cpp953 const DWARFDebugAbbrev *abbr = dwarf.DebugAbbrev(); in extract()
H A DSymbolFileDWARF.cpp548 DWARFDebugAbbrev *abbrev = DebugAbbrev(); in CalculateAbilities()
615 DWARFDebugAbbrev *SymbolFileDWARF::DebugAbbrev() { in DebugAbbrev() function in SymbolFileDWARF
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dirtranslator-extract-used-by-dbg.ll161 !133 = !DIEnumerator(name: "DebugAbbrev", value: 0)
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1157 HANDLE_DWARF_SECTION(DebugAbbrev, ".debug_abbrev", "debug-abbrev", BoolOption)