Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp658 if (GdbIndex) in getGdbIndex()
659 return *GdbIndex; in getGdbIndex()
662 GdbIndex = llvm::make_unique<DWARFGdbIndex>(); in getGdbIndex()
663 GdbIndex->parse(GdbIndexData); in getGdbIndex()
664 return *GdbIndex; in getGdbIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h63 std::unique_ptr<DWARFGdbIndex> GdbIndex; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DDwarf.def884 HANDLE_DWARF_SECTION(GdbIndex, ".gdb_index", "gdb-index")