Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h61 std::unique_ptr<DWARFGdbIndex> GdbIndex; variable
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h56 std::unique_ptr<DWARFGdbIndex> GdbIndex; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp720 if (GdbIndex) in getGdbIndex()
721 return *GdbIndex; in getGdbIndex()
724 GdbIndex = std::make_unique<DWARFGdbIndex>(); in getGdbIndex()
725 GdbIndex->parse(GdbIndexData); in getGdbIndex()
726 return *GdbIndex; in getGdbIndex()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDwarf.def937 HANDLE_DWARF_SECTION(GdbIndex, ".gdb_index", "gdb-index")
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DDwarf.def974 HANDLE_DWARF_SECTION(GdbIndex, ".gdb_index", "gdb-index", BoolOption)