Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSession.h83 virtual std::unique_ptr<IPDBEnumDataStreams> getDebugStreams() const = 0;
/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASession.h79 std::unique_ptr<IPDBEnumDataStreams> getDebugStreams() const override;
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h99 std::unique_ptr<IPDBEnumDataStreams> getDebugStreams() const override;
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp362 std::unique_ptr<IPDBEnumDataStreams> DIASession::getDebugStreams() const { in getDebugStreams() function in DIASession
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp336 std::unique_ptr<IPDBEnumDataStreams> NativeSession::getDebugStreams() const { in getSourceFileById()
338 std::unique_ptr<IPDBEnumDataStreams> NativeSession::getDebugStreams() const { getDebugStreams() function in NativeSession
/llvm-project/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp146 std::unique_ptr<IPDBEnumDataStreams> getDebugStreams() const override { in getDebugStreams() function in __anon9cf85e360111::MockSession