Home
last modified time | relevance | path

Searched refs:UnloadSectionsCommon (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Core/
H A DDynamicLoader.cpp120 UnloadSectionsCommon(module); in UnloadSections()
123 void DynamicLoader::UnloadSectionsCommon(const ModuleSP module) { in UnloadSectionsCommon() function in DynamicLoader
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DDynamicLoader.h298 void UnloadSectionsCommon(const lldb::ModuleSP module);
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp90 UnloadSectionsCommon(module_sp); in OnUnloadModule()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp210 UnloadSectionsCommon(module); in UnloadSections()