Searched defs:OutEE (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp109 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE, argument
117 *OutEE = wrap(EE);
209 LLVMBool LLVMCreateExecutionEngine(LLVMExecutionEngineRef *OutEE, argument
213 return LLVMCreateExecutionEngineForModule(OutEE,

Completed in 65 milliseconds