HomeSort by relevance Sort by last modified time
    Searched refs:LLVMCreateJITCompilerForModule (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm-c/
ExecutionEngine.h 84 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT,
124 /** Deprecated: Use LLVMCreateJITCompilerForModule instead. */
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 139 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT,
232 return LLVMCreateJITCompilerForModule(OutJIT,
  /external/llvm/bindings/ocaml/executionengine/
executionengine_ocaml.c 198 if (LLVMCreateJITCompilerForModule(&JIT, M, Int_val(OptLevel), &Error))

Completed in 69 milliseconds