Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1211 size_t UnloadModuleSections(const lldb::ModuleSP &module_sp);
1213 size_t UnloadModuleSections(const ModuleList &module_list);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1726 UnloadModuleSections(module_list); in ModulesDidUnload()
3134 size_t Target::UnloadModuleSections(const ModuleList &module_list) { in UnloadModuleSections() function in Target
3139 UnloadModuleSections(module_list.GetModuleAtIndex(i)); in UnloadModuleSections()
3144 size_t Target::UnloadModuleSections(const lldb::ModuleSP &module_sp) { in UnloadModuleSections() function in Target