Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DExecutionEngine.h151 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M,
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp292 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, in LLVMRemoveModule() function
304 return LLVMRemoveModule(EE, reinterpret_cast<LLVMModuleRef>(MP), OutMod, in LLVMRemoveModuleProvider()
/external/llvm/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c220 if (LLVMRemoveModule(EE, M, &RemovedModule, &Error)) in llvm_ee_remove_module()