Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2858 size_t section_unload_count = 0; in UnloadModuleSections() local
2861 section_unload_count += in UnloadModuleSections()
2864 return section_unload_count; in UnloadModuleSections()
2875 size_t section_unload_count = 0; in UnloadModuleSections() local
2879 section_unload_count += m_section_load_history.SetSectionUnloaded( in UnloadModuleSections()
2883 return section_unload_count; in UnloadModuleSections()