Searched defs:removeModule (Results 1 – 13 of 13) sorted by relevance
55 Error removeModule(ModuleHandleT H) { return BaseLayer.removeModule(H); } in removeModule() function
83 Error removeModule(VModuleKey K) { return BaseLayer.removeModule(K); } in removeModule() function
120 Error removeModule(VModuleKey K) { return BaseLayer.removeObject(K); } in removeModule() function
216 Error removeModule(VModuleKey K) { in removeModule() function
325 Error removeModule(VModuleKey K) { in removeModule() function
255 function removeModule() { function
100 bool removeModule(Module *M) { in removeModule() function
111 bool MCJIT::removeModule(Module *M) { in removeModule() function in MCJIT
89 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
348 Error removeModule(orc::VModuleKey K) { in removeModule() function
314 bool removeModule(Module *M) override { in removeModule() function
376 Error ObjectLinkingLayer::removeModule(VModuleKey K) { in removeModule() function in llvm::orc::ObjectLinkingLayer
143 bool ExecutionEngine::removeModule(Module *M) { in removeModule() function in ExecutionEngine