Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp674 const SectionList &sub_sections = section->GetChildren(); in GetDebugInfoSize() local
675 if (sub_sections.GetSize() > 0) in GetDebugInfoSize()
676 debug_info_size += sub_sections.GetDebugInfoSize(); in GetDebugInfoSize()