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.h1253 size_t UnloadModuleSections(const lldb::ModuleSP &module_sp);
1255 size_t UnloadModuleSections(const ModuleList &module_list);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1884 UnloadModuleSections(module_list); in ModulesDidUnload()
3274 size_t Target::UnloadModuleSections(const ModuleList &module_list) { in UnloadModuleSections() function in Target
3279 UnloadModuleSections(module_list.GetModuleAtIndex(i)); in UnloadModuleSections()
3284 size_t Target::UnloadModuleSections(const lldb::ModuleSP &module_sp) { in UnloadModuleSections() function in Target