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

  /external/llvm/include/llvm-c/
ExecutionEngine.h 80 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp,
119 /** Deprecated: Use LLVMCreateInterpreterForModule instead. */
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 124 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp,
222 return LLVMCreateInterpreterForModule(OutInterp,
  /external/llvm/bindings/ocaml/executionengine/
executionengine_ocaml.c 188 if (LLVMCreateInterpreterForModule(&Interp, M, &Error))

Completed in 191 milliseconds