Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp876 if (GdbIndex) in getGdbIndex()
877 return *GdbIndex; in getGdbIndex()
880 GdbIndex = std::make_unique<DWARFGdbIndex>(); in getGdbIndex()
881 GdbIndex->parse(GdbIndexData); in getGdbIndex()
882 return *GdbIndex; in getGdbIndex()
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h50 std::unique_ptr<DWARFGdbIndex> GdbIndex; variable
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DDwarf.def1214 HANDLE_DWARF_SECTION(GdbIndex, ".gdb_index", "gdb-index", BoolOption)