Home
last modified time | relevance | path

Searched refs:GdbIndex (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp769 if (GdbIndex) in getGdbIndex()
770 return *GdbIndex; in getGdbIndex()
773 GdbIndex = std::make_unique<DWARFGdbIndex>(); in getGdbIndex()
774 GdbIndex->parse(GdbIndexData); in getGdbIndex()
775 return *GdbIndex; in getGdbIndex()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h56 std::unique_ptr<DWARFGdbIndex> GdbIndex; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1188 HANDLE_DWARF_SECTION(GdbIndex, ".gdb_index", "gdb-index", BoolOption)