Searched refs:LLVMCreateExecutionEngineForModule (Results 1 – 3 of 3) sorted by relevance
75 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE,
94 fail := C.LLVMCreateExecutionEngineForModule(&ee.C, m.C, &cmsg)
102 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE, in LLVMCreateExecutionEngineForModule() function