Searched refs:LLVMCreateJITCompilerForModule (Results 1 – 3 of 3) sorted by relevance
84 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT,
141 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT, in LLVMCreateJITCompilerForModule() function234 return LLVMCreateJITCompilerForModule(OutJIT, in LLVMCreateJITCompiler()
198 if (LLVMCreateJITCompilerForModule(&JIT, M, Int_val(OptLevel), &Error)) in llvm_ee_create_jit()