Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSession.h88 getInjectedSources() const = 0;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASession.h83 std::unique_ptr<IPDBEnumInjectedSources> getInjectedSources() const override;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h103 std::unique_ptr<IPDBEnumInjectedSources> getInjectedSources() const override;
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp396 DIASession::getInjectedSources() const { in getInjectedSources() function in DIASession
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp346 NativeSession::getInjectedSources() const { in getInjectedSources() function in NativeSession
/llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp154 std::unique_ptr<IPDBEnumInjectedSources> getInjectedSources() const override { in getInjectedSources() function in __anonb072cdf30111::MockSession
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp965 auto Sources = Session.getInjectedSources(); in dumpInjectedSources()