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