Searched refs:LLVMCreateExecutionEngineForModule (Results 1 – 3 of 3) sorted by relevance
76 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE,
109 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE, in LLVMCreateExecutionEngineForModule() function213 return LLVMCreateExecutionEngineForModule(OutEE, in LLVMCreateExecutionEngine()
178 if (LLVMCreateExecutionEngineForModule(&Interp, M, &Error)) in llvm_ee_create()