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

  /external/llvm/include/llvm-c/
ExecutionEngine.h 79 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp,
  /external/swiftshader/third_party/LLVM/include/llvm-c/
ExecutionEngine.h 62 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp,
76 /** Deprecated: Use LLVMCreateInterpreterForModule instead. */
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 105 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp,
150 return LLVMCreateInterpreterForModule(OutInterp,
  /external/llvm/bindings/go/llvm/
executionengine.go 105 fail := C.LLVMCreateInterpreterForModule(&ee.C, m.C, &cmsg)
  /external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
executionengine_ocaml.c 185 if (LLVMCreateInterpreterForModule(&Interp, M, &Error))
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 118 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp,

Completed in 440 milliseconds