Home
last modified time | relevance | path

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

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