Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h225 DWARFDebugAbbrev *DebugAbbrev();
H A DDWARFUnit.cpp906 const DWARFDebugAbbrev *abbr = dwarf.DebugAbbrev(); in extract()
H A DSymbolFileDWARF.cpp549 DWARFDebugAbbrev *abbrev = DebugAbbrev(); in CalculateAbilities()
618 DWARFDebugAbbrev *SymbolFileDWARF::DebugAbbrev() { in DebugAbbrev() function in SymbolFileDWARF
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h213 std::vector<AbbrevTable> DebugAbbrev; member
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1153 HANDLE_DWARF_SECTION(DebugAbbrev, ".debug_abbrev", "debug-abbrev", BoolOption)