Home
last modified time | relevance | path

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

/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASession.h79 std::unique_ptr<IPDBEnumDataStreams> getDebugStreams() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h99 std::unique_ptr<IPDBEnumDataStreams> getDebugStreams() const override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp362 std::unique_ptr<IPDBEnumDataStreams> DIASession::getDebugStreams() const { in getDebugStreams()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp338 std::unique_ptr<IPDBEnumDataStreams> NativeSession::getDebugStreams() const { in getDebugStreams()