Lines Matching refs:LLJIT
84 LLJIT and LLLazyJIT
91 The LLJIT class uses an IRCompileLayer and RTDyldObjectLinkingLayer to support
94 as soon as you attempt to look up its address). LLJIT is a suitable replacement
98 The LLLazyJIT extends LLJIT and adds a CompileOnDemandLayer to enable lazy
104 LLJIT and LLLazyJIT instances can be created using their respective builder
110 // Try to detect the host arch and construct an LLJIT instance.
155 For users wanting to get started with LLJIT a minimal example program can be
263 pool (this is what LLJIT/LLLazyJIT do).
458 A full example of how to use lazyReexports with the LLJIT class can be found at
497 MCJIT clients should use LLJIT (see `LLJIT and LLLazyJIT`_), and can place
498 code in LLJIT's default created main JITDylib (See
499 ``LLJIT::getMainJITDylib()``).