Home
last modified time | relevance | path

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

/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/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h76 virtual std::unique_ptr<IPDBEnumDataStreams> getDebugStreams() const = 0;
DPDBTypes.h34 typedef IPDBEnumChildren<IPDBDataStream> IPDBEnumDataStreams; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h79 std::unique_ptr<IPDBEnumDataStreams> getDebugStreams() const override;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h79 std::unique_ptr<IPDBEnumDataStreams> getDebugStreams() const override;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h83 virtual std::unique_ptr<IPDBEnumDataStreams> getDebugStreams() const = 0;
DPDBTypes.h71 using IPDBEnumDataStreams = IPDBEnumChildren<IPDBDataStream>; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h84 virtual std::unique_ptr<IPDBEnumDataStreams> getDebugStreams() const = 0;
DPDBTypes.h69 using IPDBEnumDataStreams = IPDBEnumChildren<IPDBDataStream>; variable
/external/llvm/lib/DebugInfo/PDB/Raw/
DRawSession.cpp144 std::unique_ptr<IPDBEnumDataStreams> RawSession::getDebugStreams() const { in getDebugStreams()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h87 std::unique_ptr<IPDBEnumDataStreams> getDebugStreams() const override;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h95 std::unique_ptr<IPDBEnumDataStreams> getDebugStreams() const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp185 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-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp362 std::unique_ptr<IPDBEnumDataStreams> DIASession::getDebugStreams() const { in getDebugStreams()
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp362 std::unique_ptr<IPDBEnumDataStreams> DIASession::getDebugStreams() const { in getDebugStreams()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp329 std::unique_ptr<IPDBEnumDataStreams> NativeSession::getDebugStreams() const { in getDebugStreams()
/external/llvm-project/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp146 std::unique_ptr<IPDBEnumDataStreams> getDebugStreams() const override { in getDebugStreams()