Searched refs:LLVMRemoveModule (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm-c/ |
D | ExecutionEngine.h | 151 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M,
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 292 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/ |
D | executionengine_ocaml.c | 220 if (LLVMRemoveModule(EE, M, &RemovedModule, &Error)) in llvm_ee_remove_module()
|