Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2745 size_t section_unload_count = 0; in UnloadModuleSections() local
2748 section_unload_count += in UnloadModuleSections()
2751 return section_unload_count; in UnloadModuleSections()
2762 size_t section_unload_count = 0; in UnloadModuleSections() local
2766 section_unload_count += m_section_load_history.SetSectionUnloaded( in UnloadModuleSections()
2770 return section_unload_count; in UnloadModuleSections()