Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h89 getInjectedSources() const = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h84 std::unique_ptr<IPDBEnumInjectedSources> getInjectedSources() const override;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h103 std::unique_ptr<IPDBEnumInjectedSources> getInjectedSources() const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp286 NativeSession::getInjectedSources() const { in getInjectedSources() function in NativeSession
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp404 DIASession::getInjectedSources() const { in getInjectedSources() function in DIASession
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp155 std::unique_ptr<IPDBEnumInjectedSources> getInjectedSources() const override { in getInjectedSources() function in __anonbc2b3d5d0111::MockSession
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
Dllvm-pdbutil.cpp876 auto Sources = Session.getInjectedSources(); in dumpInjectedSources()