Searched defs:removeModule (Results 1 – 11 of 11) sorted by relevance
56 Error removeModule(ModuleHandleT H) { return BaseLayer.removeModule(H); } in removeModule() function
73 Error removeModule(VModuleKey K) { return BaseLayer.removeModule(K); } in removeModule() function
92 Error removeModule(VModuleKey K) { return BaseLayer.removeObject(K); } in removeModule() function
214 Error removeModule(VModuleKey K) { in removeModule() function
309 Error removeModule(VModuleKey K) { in removeModule() function
101 bool removeModule(Module *M) { in removeModule() function
112 bool MCJIT::removeModule(Module *M) { in removeModule() function in MCJIT
107 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
347 Error removeModule(orc::VModuleKey K) { in removeModule() function
318 bool removeModule(Module *M) override { in removeModule() function
144 bool ExecutionEngine::removeModule(Module *M) { in removeModule() function in ExecutionEngine