Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp30 Y.DebugAbbrev.emplace_back(); in dumpDebugAbbrev()
31 Y.DebugAbbrev.back().ID = AbbrevTableID++; in dumpDebugAbbrev()
46 Y.DebugAbbrev.back().Table.push_back(Abbrv); in dumpDebugAbbrev()
221 const DWARFDebugAbbrev *DebugAbbrev = DCtx.getDebugAbbrev(); in dumpDebugInfo() local
223 DebugAbbrev->begin(), in dumpDebugInfo()
225 *DebugAbbrev, in dumpDebugInfo()
/openbsd-src/gnu/llvm/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.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()
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h214 std::vector<AbbrevTable> DebugAbbrev; member
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h228 DWARFDebugAbbrev *DebugAbbrev();
H A DDWARFUnit.cpp974 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
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1175 HANDLE_DWARF_SECTION(DebugAbbrev, ".debug_abbrev", "debug-abbrev", BoolOption)