Home
last modified time | relevance | path

Searched refs:LLVMRemoveModule (Results 1 – 4 of 4) sorted by relevance

/external/llvm/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c78 if (LLVMRemoveModule(EE, M, &RemovedModule, &Error)) in llvm_ee_remove_module()
/external/llvm/include/llvm-c/
DExecutionEngine.h131 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M,
/external/llvm/bindings/go/llvm/
Dexecutionengine.go153 C.LLVMRemoveModule(ee.C, m.C, &modtmp, nil)
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp256 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, in LLVMRemoveModule() function