Searched refs:UnloadSections (Results 1 – 6 of 6) sorted by relevance
98 void UnloadSections(const lldb::ModuleSP module) override;
241 void DynamicLoaderHexagonDYLD::UnloadSections(const ModuleSP module) { in UnloadSections() function in DynamicLoaderHexagonDYLD388 UnloadSections(module_sp); in RefreshModules()
129 void UnloadSections(const lldb::ModuleSP module) override;
209 void DynamicLoaderPOSIXDYLD::UnloadSections(const ModuleSP module) { in UnloadSections() function in DynamicLoaderPOSIXDYLD481 UnloadSections(module_sp); in RefreshModules()
370 virtual void UnloadSections(const lldb::ModuleSP module);
124 void DynamicLoader::UnloadSections(const ModuleSP module) { in UnloadSections() function in DynamicLoader