Home
last modified time | relevance | path

Searched refs:IPDBEnumDataStreams (Results 1 – 14 of 14) sorted by relevance

/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h76 virtual std::unique_ptr<IPDBEnumDataStreams> getDebugStreams() const = 0;
DPDBTypes.h34 typedef IPDBEnumChildren<IPDBDataStream> IPDBEnumDataStreams; typedef
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h65 std::unique_ptr<IPDBEnumDataStreams> getDebugStreams() const override;
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DRawSession.h64 std::unique_ptr<IPDBEnumDataStreams> getDebugStreams() const override;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h84 virtual std::unique_ptr<IPDBEnumDataStreams> getDebugStreams() const = 0;
DPDBTypes.h67 using IPDBEnumDataStreams = IPDBEnumChildren<IPDBDataStream>; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h80 std::unique_ptr<IPDBEnumDataStreams> getDebugStreams() const override;
/external/llvm/lib/DebugInfo/PDB/Raw/
DRawSession.cpp144 std::unique_ptr<IPDBEnumDataStreams> RawSession::getDebugStreams() const { in getDebugStreams()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h99 std::unique_ptr<IPDBEnumDataStreams> getDebugStreams() const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp277 std::unique_ptr<IPDBEnumDataStreams> NativeSession::getDebugStreams() const { in getDebugStreams()
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp283 std::unique_ptr<IPDBEnumDataStreams> DIASession::getDebugStreams() const { in getDebugStreams()
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp120 std::unique_ptr<IPDBEnumDataStreams> getDebugStreams() const override { in getDebugStreams()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp370 std::unique_ptr<IPDBEnumDataStreams> DIASession::getDebugStreams() const { in getDebugStreams()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp147 std::unique_ptr<IPDBEnumDataStreams> getDebugStreams() const override { in getDebugStreams()