HomeSort by relevance Sort by last modified time
    Searched refs:LLLazyJIT (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
LLJIT.cpp 86 Expected<std::unique_ptr<LLLazyJIT>>
87 LLLazyJIT::Create(std::unique_ptr<ExecutionSession> ES,
104 return std::unique_ptr<LLLazyJIT>(
105 new LLLazyJIT(std::move(ES), std::move(TM), std::move(DL), Ctx,
109 Error LLLazyJIT::addLazyIRModule(VSO &V, std::unique_ptr<Module> M) {
123 LLLazyJIT::LLLazyJIT(
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
LLJIT.h 106 class LLLazyJIT : public LLJIT {
108 /// Create an LLLazyJIT instance.
109 static Expected<std::unique_ptr<LLLazyJIT>>
128 LLLazyJIT(std::unique_ptr<ExecutionSession> ES,

Completed in 3246 milliseconds