Searched refs:OutEE (Results 1 – 2 of 2) sorted by relevance
76 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE,115 LLVMBool LLVMCreateExecutionEngine(LLVMExecutionEngineRef *OutEE,
109 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE, in LLVMCreateExecutionEngineForModule() argument117 *OutEE = wrap(EE); in LLVMCreateExecutionEngineForModule()209 LLVMBool LLVMCreateExecutionEngine(LLVMExecutionEngineRef *OutEE, in LLVMCreateExecutionEngine() argument213 return LLVMCreateExecutionEngineForModule(OutEE, in LLVMCreateExecutionEngine()