Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DTarget.cpp2850 size_t section_unload_count = 0; in UnloadModuleSections() local
2853 section_unload_count += in UnloadModuleSections()
2856 return section_unload_count; in UnloadModuleSections()
2867 size_t section_unload_count = 0; in UnloadModuleSections() local
2871 section_unload_count += m_section_load_history.SetSectionUnloaded( in UnloadModuleSections()
2875 return section_unload_count; in UnloadModuleSections()