Home
last modified time | relevance | path

Searched refs:UnloadModuleSections (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.h177 bool UnloadModuleSections(lldb_private::Module *module, ImageInfo &info);
H A DDynamicLoaderMacOSXDYLD.cpp628 UnloadModuleSections(unload_image_module_sp.get(), *pos); in RemoveModulesUsingImageInfosAddress()
H A DDynamicLoaderDarwin.cpp321 bool DynamicLoaderDarwin::UnloadModuleSections(Module *module, in UnloadModuleSections() function in DynamicLoaderDarwin
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h1163 size_t UnloadModuleSections(const lldb::ModuleSP &module_sp);
1165 size_t UnloadModuleSections(const ModuleList &module_list);
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp1662 UnloadModuleSections(module_list); in ModulesDidUnload()
2936 size_t Target::UnloadModuleSections(const ModuleList &module_list) { in UnloadModuleSections() function in Target
2941 UnloadModuleSections(module_list.GetModuleAtIndex(i)); in UnloadModuleSections()
2946 size_t Target::UnloadModuleSections(const lldb::ModuleSP &module_sp) { in UnloadModuleSections() function in Target