Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSession.h88 getInjectedSources() const = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASession.h83 std::unique_ptr<IPDBEnumInjectedSources> getInjectedSources() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h99 std::unique_ptr<IPDBEnumInjectedSources> getInjectedSources() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp396 DIASession::getInjectedSources() const { in getInjectedSources() function in DIASession
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp338 NativeSession::getInjectedSources() const { in getInjectedSources() function in NativeSession
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp939 auto Sources = Session.getInjectedSources(); in dumpInjectedSources()