Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c79 if (LLVMRemoveModule(EE, M, &RemovedModule, &Error)) in llvm_ee_remove_module()
/openbsd/gnu/llvm/llvm/include/llvm-c/
H A DExecutionEngine.h130 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M,
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp261 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, in LLVMRemoveModule() function