Home
last modified time | relevance | path

Searched refs:UnloadSections (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.h98 void UnloadSections(const lldb::ModuleSP module) override;
H A DDynamicLoaderHexagonDYLD.cpp241 void DynamicLoaderHexagonDYLD::UnloadSections(const ModuleSP module) { in UnloadSections() function in DynamicLoaderHexagonDYLD
388 UnloadSections(module_sp); in RefreshModules()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DDynamicLoader.h295 virtual void UnloadSections(const lldb::ModuleSP module);
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.h126 void UnloadSections(const lldb::ModuleSP module) override;
H A DDynamicLoaderPOSIXDYLD.cpp207 void DynamicLoaderPOSIXDYLD::UnloadSections(const ModuleSP module) { in UnloadSections() function in DynamicLoaderPOSIXDYLD
453 UnloadSections(module_sp); in RefreshModules()
475 UnloadSections(module_sp); in RefreshModules()
/llvm-project-15.0.7/lldb/source/Core/
H A DDynamicLoader.cpp119 void DynamicLoader::UnloadSections(const ModuleSP module) { in UnloadSections() function in DynamicLoader
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp185 UnloadSections(module_to_remove); in UnloadImages()
225 UnloadSections(module_sp); in UnloadAllImages()