Searched refs:getDebugStreams (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSession.h83 virtual std::unique_ptr<IPDBEnumDataStreams> getDebugStreams() const = 0;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASession.h79 std::unique_ptr<IPDBEnumDataStreams> getDebugStreams() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h95 std::unique_ptr<IPDBEnumDataStreams> getDebugStreams() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp362 std::unique_ptr<IPDBEnumDataStreams> DIASession::getDebugStreams() const { function in class:DIASession
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp325 std::unique_ptr<IPDBEnumDataStreams> NativeSession::getDebugStreams() const { function in class:NativeSession

Completed in 167 milliseconds