Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBSection.i64 GetNumSubSections ();
127 return self.GetNumSubSections()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp98 size_t SBSection::GetNumSubSections() { in GetNumSubSections() function in SBSection
99 LLDB_RECORD_METHOD_NO_ARGS(size_t, SBSection, GetNumSubSections); in GetNumSubSections()
307 LLDB_REGISTER_METHOD(size_t, SBSection, GetNumSubSections, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSection.h37 size_t GetNumSubSections();
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp42746 result = (arg1)->GetNumSubSections(); in _wrap_SBSection_GetNumSubSections()