Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
DLLJIT.h220 class LLLazyJIT : public LLJIT {
245 LLLazyJIT(LLLazyJITBuilderState &S, Error &Err);
397 friend class LLLazyJIT; variable
447 public LLLazyJITBuilderSetters<LLLazyJIT, LLLazyJITBuilder,
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp964 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
/openbsd/src/gnu/llvm/llvm/docs/
DORCv2.rst84 LLJIT and LLLazyJIT
98 The LLLazyJIT extends LLJIT and adds a CompileOnDemandLayer to enable lazy
101 called. LLLazyJIT aims to provide a replacement of LLVM's original (pre-MCJIT)
104 LLJIT and LLLazyJIT instances can be created using their respective builder
137 // 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