Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDTarget.h1248 UnloadModuleSections (const lldb::ModuleSP &module_sp);
1251 UnloadModuleSections (const ModuleList &module_list);
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp1320 UnloadModuleSections (module_list); in ModulesDidUnload()
2446 Target::UnloadModuleSections (const ModuleList &module_list) in UnloadModuleSections() function in Target
2452 section_unload_count += UnloadModuleSections (module_list.GetModuleAtIndex(i)); in UnloadModuleSections()
2458 Target::UnloadModuleSections (const lldb::ModuleSP &module_sp) in UnloadModuleSections() function in Target