Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h83 std::unique_ptr<IPDBEnumInjectedSources> getInjectedSources() const override;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h83 std::unique_ptr<IPDBEnumInjectedSources> getInjectedSources() const override;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h88 getInjectedSources() const = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h89 getInjectedSources() const = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h91 std::unique_ptr<IPDBEnumInjectedSources> getInjectedSources() const override;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h99 std::unique_ptr<IPDBEnumInjectedSources> getInjectedSources() const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp194 NativeSession::getInjectedSources() const { in getInjectedSources() function in NativeSession
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp396 DIASession::getInjectedSources() const { in getInjectedSources() function in DIASession
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp396 DIASession::getInjectedSources() const { in getInjectedSources() function in DIASession
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp338 NativeSession::getInjectedSources() const { in getInjectedSources() function in NativeSession
/external/llvm-project/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp154 std::unique_ptr<IPDBEnumInjectedSources> getInjectedSources() const override { in getInjectedSources() function in __anon3ef83b7a0111::MockSession
/external/llvm-project/llvm/tools/llvm-pdbutil/
Dllvm-pdbutil.cpp940 auto Sources = Session.getInjectedSources(); in dumpInjectedSources()