Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h36 std::unique_ptr<IPDBEnumDataStreams> getDebugStreams() const override;
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h52 virtual std::unique_ptr<IPDBEnumDataStreams> getDebugStreams() const = 0;
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp128 std::unique_ptr<IPDBEnumDataStreams> DIASession::getDebugStreams() const { in getDebugStreams() function in DIASession
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp83 std::unique_ptr<IPDBEnumDataStreams> getDebugStreams() const override { in getDebugStreams() function in __anon767b75250111::MockSession