Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp3033 size_t section_unload_count = 0; in UnloadModuleSections() local
3036 section_unload_count += in UnloadModuleSections()
3039 return section_unload_count; in UnloadModuleSections()
3050 size_t section_unload_count = 0; in UnloadModuleSections() local
3054 section_unload_count += m_section_load_history.SetSectionUnloaded( in UnloadModuleSections()
3058 return section_unload_count; in UnloadModuleSections()