Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm-c/
H A DExecutionEngine.h75 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE,
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp101 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE, in LLVMCreateExecutionEngineForModule() function
205 return LLVMCreateExecutionEngineForModule(OutEE, in LLVMCreateExecutionEngine()
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dexecutionengine.go93 fail := C.LLVMCreateExecutionEngineForModule(&ee.C, m.C, &cmsg)