Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DExecutionEngine.h76 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE,
115 LLVMBool LLVMCreateExecutionEngine(LLVMExecutionEngineRef *OutEE,
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp109 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE, in LLVMCreateExecutionEngineForModule() argument
117 *OutEE = wrap(EE); in LLVMCreateExecutionEngineForModule()
209 LLVMBool LLVMCreateExecutionEngine(LLVMExecutionEngineRef *OutEE, in LLVMCreateExecutionEngine() argument
213 return LLVMCreateExecutionEngineForModule(OutEE, in LLVMCreateExecutionEngine()