Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.h177 bool UnloadModuleSections(lldb_private::Module *module, ImageInfo &info);
H A DDynamicLoaderMacOSXDYLD.cpp638 UnloadModuleSections(unload_image_module_sp.get(), *pos); in RemoveModulesUsingImageInfosAddress()
H A DDynamicLoaderDarwin.cpp321 bool DynamicLoaderDarwin::UnloadModuleSections(Module *module, in UnloadModuleSections() function in DynamicLoaderDarwin
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h1174 size_t UnloadModuleSections(const lldb::ModuleSP &module_sp);
1176 size_t UnloadModuleSections(const ModuleList &module_list);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp1680 UnloadModuleSections(module_list); in ModulesDidUnload()
3032 size_t Target::UnloadModuleSections(const ModuleList &module_list) { in UnloadModuleSections() function in Target
3037 UnloadModuleSections(module_list.GetModuleAtIndex(i)); in UnloadModuleSections()
3042 size_t Target::UnloadModuleSections(const lldb::ModuleSP &module_sp) { in UnloadModuleSections() function in Target