Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h83 std::unique_ptr<IPDBEnumInjectedSources> getInjectedSources() const override;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h87 virtual std::unique_ptr<IPDBEnumInjectedSources>
DPDBTypes.h74 using IPDBEnumInjectedSources = IPDBEnumChildren<IPDBInjectedSource>; variable
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h99 std::unique_ptr<IPDBEnumInjectedSources> getInjectedSources() const override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp395 std::unique_ptr<IPDBEnumInjectedSources>
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp337 std::unique_ptr<IPDBEnumInjectedSources>