Searched refs:OutEE (Results 1 – 2 of 2) sorted by relevance
76 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE,115 LLVMBool LLVMCreateExecutionEngine(LLVMExecutionEngineRef *OutEE,
111 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE, in LLVMCreateExecutionEngineForModule() argument119 *OutEE = wrap(EE); in LLVMCreateExecutionEngineForModule()211 LLVMBool LLVMCreateExecutionEngine(LLVMExecutionEngineRef *OutEE, in LLVMCreateExecutionEngine() argument215 return LLVMCreateExecutionEngineForModule(OutEE, in LLVMCreateExecutionEngine()