Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp133 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT, in LLVMCreateJITCompilerForModule() argument
143 *OutJIT = wrap(JIT); in LLVMCreateJITCompilerForModule()
161 LLVMExecutionEngineRef *OutJIT, LLVMModuleRef M, in LLVMCreateMCJITCompilerForModule() argument
208 *OutJIT = wrap(JIT); in LLVMCreateMCJITCompilerForModule()
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DExecutionEngine.h92 LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT, LLVMModuleRef M,
117 LLVMExecutionEngineRef *OutJIT, LLVMModuleRef M,