Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DExecutionEngine.h78 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp,
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dexecutionengine.go104 fail := C.LLVMCreateInterpreterForModule(&ee.C, m.C, &cmsg)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp118 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp, in LLVMCreateInterpreterForModule() function