Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderDarwin.h177 bool UnloadModuleSections(lldb_private::Module *module, ImageInfo &info);
DDynamicLoaderMacOSXDYLD.cpp619 UnloadModuleSections(unload_image_module_sp.get(), *pos); in RemoveModulesUsingImageInfosAddress()
DDynamicLoaderDarwin.cpp324 bool DynamicLoaderDarwin::UnloadModuleSections(Module *module, in UnloadModuleSections() function in DynamicLoaderDarwin
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h1096 size_t UnloadModuleSections(const lldb::ModuleSP &module_sp);
1098 size_t UnloadModuleSections(const ModuleList &module_list);
/external/llvm-project/lldb/source/Target/
DTarget.cpp1649 UnloadModuleSections(module_list); in ModulesDidUnload()
2849 size_t Target::UnloadModuleSections(const ModuleList &module_list) { in UnloadModuleSections() function in Target
2854 UnloadModuleSections(module_list.GetModuleAtIndex(i)); in UnloadModuleSections()
2859 size_t Target::UnloadModuleSections(const lldb::ModuleSP &module_sp) { in UnloadModuleSections() function in Target