Home
last modified time | relevance | path

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

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