Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp672 const SectionList &sub_sections = section->GetChildren(); in GetDebugInfoSize() local
673 if (sub_sections.GetSize() > 0) in GetDebugInfoSize()
674 debug_info_size += sub_sections.GetDebugInfoSize(); in GetDebugInfoSize()