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

  /external/llvm/include/llvm-c/
ExecutionEngine.h 76 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE,
114 /** Deprecated: Use LLVMCreateExecutionEngineForModule instead. */
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 109 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE,
213 return LLVMCreateExecutionEngineForModule(OutEE,
  /external/llvm/bindings/ocaml/executionengine/
executionengine_ocaml.c 178 if (LLVMCreateExecutionEngineForModule(&Interp, M, &Error))

Completed in 102 milliseconds