Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSession.h83 virtual std::unique_ptr<IPDBEnumDataStreams> getDebugStreams() const = 0;
H A DPDBTypes.h71 using IPDBEnumDataStreams = IPDBEnumChildren<IPDBDataStream>; variable
/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()
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp336 std::unique_ptr<IPDBEnumDataStreams> NativeSession::getDebugStreams() const { in getSourceFileById()
/llvm-project/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp146 std::unique_ptr<IPDBEnumDataStreams> getDebugStreams() const override { in getDebugStreams()