Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBSection.i64 GetNumSubSections ();
130 return self.GetNumSubSections()
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBSection.h37 size_t GetNumSubSections();
/openbsd/gnu/llvm/lldb/source/API/
H A DSBSection.cpp93 size_t SBSection::GetNumSubSections() { in GetNumSubSections() function in SBSection
/openbsd/gnu/llvm/lldb/examples/python/
H A Dlldbtk.py252 'children': self.section.GetNumSubSections() > 0,
257 num_sections = self.section.GetNumSubSections()
H A Dsymbolication.py630 num_sub_sections = section.GetNumSubSections()
/openbsd/gnu/llvm/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp362 size_t num_sub_sections = section.GetNumSubSections(); in GetDebugInfoSizeInSection()