Searched refs:LLVMCreateJITCompilerForModule (Results 1 – 5 of 5) sorted by relevance
120 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT, in LLVMCreateJITCompilerForModule() function160 return LLVMCreateJITCompilerForModule(OutJIT, in LLVMCreateJITCompiler()
66 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT,
83 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT,
195 if (LLVMCreateJITCompilerForModule(&JIT, M, Int_val(OptLevel), &Error)) in llvm_ee_create_jit()
133 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT, in LLVMCreateJITCompilerForModule() function