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

/external/llvm/include/llvm-c/
H A DExecutionEngine.h76 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE,
115 LLVMBool LLVMCreateExecutionEngine(LLVMExecutionEngineRef *OutEE,
/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 88 milliseconds