Searched defs:MCJIT (Results 1 – 4 of 4) sorted by relevance
42 LLVMExecutionEngineRef MCJIT; in llvm_ee_create() local
24 class MCJIT; variable
68 MCJIT::MCJIT(std::unique_ptr<Module> M, std::unique_ptr<TargetMachine> TM, in MCJIT() function in MCJIT
71 enum class JITKind { MCJIT, OrcMCJITReplacement, OrcLazy }; enumerator