Searched refs:LLLazyJIT (Results 1 – 3 of 3) sorted by relevance
220 class LLLazyJIT : public LLJIT {245 LLLazyJIT(LLLazyJITBuilderState &S, Error &Err);397 friend class LLLazyJIT; variable447 public LLLazyJITBuilderSetters<LLLazyJIT, LLLazyJITBuilder,
964 Error LLLazyJIT::addLazyIRModule(JITDylib &JD, ThreadSafeModule TSM) { in addLazyIRModule()974 LLLazyJIT::LLLazyJIT(LLLazyJITBuilderState &S, Error &Err) : LLJIT(S, Err) { in LLLazyJIT() function in llvm::orc::LLLazyJIT
84 LLJIT and LLLazyJIT98 The LLLazyJIT extends LLJIT and adds a CompileOnDemandLayer to enable lazy101 called. LLLazyJIT aims to provide a replacement of LLVM's original (pre-MCJIT)104 LLJIT and LLLazyJIT instances can be created using their respective builder137 // Build an LLLazyJIT instance that uses four worker threads for compilation,263 pool (this is what LLJIT/LLLazyJIT do).499 MCJIT clients should use LLJIT (see `LLJIT and LLLazyJIT`_), and can place