Home
last modified time | relevance | path

Searched refs:LLLazyJIT (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp86 Expected<std::unique_ptr<LLLazyJIT>>
87 LLLazyJIT::Create(std::unique_ptr<ExecutionSession> ES, in Create()
104 return std::unique_ptr<LLLazyJIT>( in Create()
105 new LLLazyJIT(std::move(ES), std::move(TM), std::move(DL), Ctx, in Create()
109 Error LLLazyJIT::addLazyIRModule(VSO &V, std::unique_ptr<Module> M) { in addLazyIRModule()
123 LLLazyJIT::LLLazyJIT( in LLLazyJIT() function in llvm::orc::LLLazyJIT
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DLLJIT.h106 class LLLazyJIT : public LLJIT {
109 static Expected<std::unique_ptr<LLLazyJIT>>
128 LLLazyJIT(std::unique_ptr<ExecutionSession> ES,
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lli/
Dlli.cpp772 ExitOnErr(orc::LLLazyJIT::Create(std::move(ES), std::move(TM), DL, Ctx)); in runOrcLazyJIT()