Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp120 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT, in LLVMCreateJITCompilerForModule() argument
130 *OutJIT = wrap(JIT); in LLVMCreateJITCompilerForModule()
155 LLVMBool LLVMCreateJITCompiler(LLVMExecutionEngineRef *OutJIT, in LLVMCreateJITCompiler() argument
160 return LLVMCreateJITCompilerForModule(OutJIT, in LLVMCreateJITCompiler()
/external/llvm/include/llvm-c/
DExecutionEngine.h66 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT,
82 LLVMBool LLVMCreateJITCompiler(LLVMExecutionEngineRef *OutJIT,