Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/examples/python/
H A Dsymbolication.py631 num_sub_sections = section.GetNumSubSections()
632 for sect_idx in range(num_sub_sections):
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp359 size_t num_sub_sections = section.GetNumSubSections(); in GetDebugInfoSizeInSection() local
360 for (size_t i = 0; i < num_sub_sections; i++) { in GetDebugInfoSizeInSection()