Searched refs:LLVMCreateExecutionEngineForModule (Results 1 – 6 of 6) sorted by relevance
90 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE, in LLVMCreateExecutionEngineForModule() function141 return LLVMCreateExecutionEngineForModule(OutEE, in LLVMCreateExecutionEngine()
58 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE,
75 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE,
94 fail := C.LLVMCreateExecutionEngineForModule(&ee.C, m.C, &cmsg)
175 if (LLVMCreateExecutionEngineForModule(&Interp, M, &Error)) in llvm_ee_create()
103 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE, in LLVMCreateExecutionEngineForModule() function