Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBSection.i64 GetNumSubSections ();
130 return self.GetNumSubSections()
/llvm-project-15.0.7/lldb/test/API/python_api/module_section/
H A DTestModuleAndSection.py50 sec.GetNumSubSections())
51 if sec.GetNumSubSections() == 0:
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_section.py12 obj.GetNumSubSections()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBSection.h37 size_t GetNumSubSections();
/llvm-project-15.0.7/lldb/test/API/python_api/section/
H A DTestSectionAPI.py31 for i in range(s.GetNumSubSections()):
/llvm-project-15.0.7/lldb/source/API/
H A DSBSection.cpp93 size_t SBSection::GetNumSubSections() { in GetNumSubSections() function in SBSection
/llvm-project-15.0.7/lldb/examples/python/
H A Dlldbtk.py253 'children': self.section.GetNumSubSections() > 0,
258 num_sections = self.section.GetNumSubSections()
H A Dsymbolication.py631 num_sub_sections = section.GetNumSubSections()
/llvm-project-15.0.7/lldb/test/API/python_api/target/
H A DTestTargetAPI.py220 for i in range(s.GetNumSubSections()):
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp359 size_t num_sub_sections = section.GetNumSubSections(); in GetDebugInfoSizeInSection()