Home
last modified time | relevance | path

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

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