Home
last modified time | relevance | path

Searched refs:LLVMCreateExecutionEngineForModule (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm-c/
DExecutionEngine.h76 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE,
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp109 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE, in LLVMCreateExecutionEngineForModule() function
213 return LLVMCreateExecutionEngineForModule(OutEE, in LLVMCreateExecutionEngine()
/external/llvm/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c178 if (LLVMCreateExecutionEngineForModule(&Interp, M, &Error)) in llvm_ee_create()