Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DSection.cpp668 const SectionList &sub_sections = section->GetChildren(); in GetDebugInfoSize() local
669 if (sub_sections.GetSize() > 0) in GetDebugInfoSize()
670 debug_info_size += sub_sections.GetDebugInfoSize(); in GetDebugInfoSize()