Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngineBindings.cpp90 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE, in LLVMCreateExecutionEngineForModule() function
141 return LLVMCreateExecutionEngineForModule(OutEE, in LLVMCreateExecutionEngine()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DExecutionEngine.h58 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE,
/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/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c175 if (LLVMCreateExecutionEngineForModule(&Interp, M, &Error)) in llvm_ee_create()
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp103 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE, in LLVMCreateExecutionEngineForModule() function