Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1106 size_t UnloadModuleSections(const lldb::ModuleSP &module_sp);
1108 size_t UnloadModuleSections(const ModuleList &module_list);
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1647 UnloadModuleSections(module_list); in ModulesDidUnload()
2857 size_t Target::UnloadModuleSections(const ModuleList &module_list) { in UnloadModuleSections() function in Target
2862 UnloadModuleSections(module_list.GetModuleAtIndex(i)); in UnloadModuleSections()
2867 size_t Target::UnloadModuleSections(const lldb::ModuleSP &module_sp) { in UnloadModuleSections() function in Target