Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBSectionExtensions.i13 return lldb_iter(self, 'GetNumSubSections', 'GetSubSectionAtIndex')
17 return self.GetNumSubSections()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSection.h37 size_t GetNumSubSections();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp93 size_t SBSection::GetNumSubSections() { in GetNumSubSections() function in SBSection
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp49150 result = (arg1)->GetNumSubSections(); in _wrap_SBSection_GetNumSubSections()