Home
last modified time | relevance | path

Searched refs:LLVMCreateJITCompilerForModule (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngineBindings.cpp120 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT, in LLVMCreateJITCompilerForModule() function
160 return LLVMCreateJITCompilerForModule(OutJIT, in LLVMCreateJITCompiler()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DExecutionEngine.h66 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT,
/external/llvm/include/llvm-c/
DExecutionEngine.h83 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT,
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c195 if (LLVMCreateJITCompilerForModule(&JIT, M, Int_val(OptLevel), &Error)) in llvm_ee_create_jit()
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp133 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT, in LLVMCreateJITCompilerForModule() function