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

/macosx-10.10/llvmCore-3425.0.34/include/llvm-c/
H A DExecutionEngine.h65 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE,
79 LLVMBool LLVMCreateExecutionEngine(LLVMExecutionEngineRef *OutEE,
/macosx-10.10/llvmCore-3425.0.34/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp88 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE, argument
96 *OutEE = wrap(EE);
135 LLVMBool LLVMCreateExecutionEngine(LLVMExecutionEngineRef *OutEE, argument
139 return LLVMCreateExecutionEngineForModule(OutEE,
/macosx-10.10/JavaScriptCore-7600.1.17/llvm/
H A DLLVMAPIFunctions.h557 macro(LLVMBool, CreateExecutionEngineForModule, (LLVMExecutionEngineRef *OutEE, LLVMModuleRef M, char **OutError)) \
562 macro(LLVMBool, CreateExecutionEngine, (LLVMExecutionEngineRef *OutEE, LLVMModuleProviderRef MP, char **OutError)) \

Completed in 128 milliseconds