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

/external/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp111 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE, argument
119 *OutEE = wrap(EE);
211 LLVMBool LLVMCreateExecutionEngine(LLVMExecutionEngineRef *OutEE, argument
215 return LLVMCreateExecutionEngineForModule(OutEE,

Completed in 82 milliseconds