Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp125 UnloadSectionsCommon(module); in UnloadSections()
128 void DynamicLoader::UnloadSectionsCommon(const ModuleSP module) { in UnloadSectionsCommon() function in DynamicLoader
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DDynamicLoader.h373 void UnloadSectionsCommon(const lldb::ModuleSP module);
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp90 UnloadSectionsCommon(module_sp); in OnUnloadModule()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp212 UnloadSectionsCommon(module); in UnloadSections()