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

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp90 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE, argument
98 *OutEE = wrap(EE);
137 LLVMBool LLVMCreateExecutionEngine(LLVMExecutionEngineRef *OutEE, argument
141 return LLVMCreateExecutionEngineForModule(OutEE,
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp103 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE, argument
111 *OutEE = wrap(EE);

Completed in 58 milliseconds