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