Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DExecutionEngine.h75 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE,
/external/llvm/bindings/go/llvm/
Dexecutionengine.go94 fail := C.LLVMCreateExecutionEngineForModule(&ee.C, m.C, &cmsg)
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp102 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE, in LLVMCreateExecutionEngineForModule() function