Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp2937 size_t section_unload_count = 0; in UnloadModuleSections() local
2940 section_unload_count += in UnloadModuleSections()
2943 return section_unload_count; in UnloadModuleSections()
2954 size_t section_unload_count = 0; in UnloadModuleSections() local
2958 section_unload_count += m_section_load_history.SetSectionUnloaded( in UnloadModuleSections()
2962 return section_unload_count; in UnloadModuleSections()