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

/external/llvm/include/llvm-c/
H A DExecutionEngine.h151 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M,
154 /** Deprecated: Use LLVMRemoveModule instead. */
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp290 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, function
302 return LLVMRemoveModule(EE, reinterpret_cast<LLVMModuleRef>(MP), OutMod,
/external/llvm/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c220 if (LLVMRemoveModule(EE, M, &RemovedModule, &Error))

Completed in 771 milliseconds