Searched refs:GetNumSubSections (Results 1 - 7 of 7) sorted by relevance

/external/lldb/test/python_api/default-constructor/
H A Dsb_section.py12 obj.GetNumSubSections()
/external/lldb/include/lldb/API/
H A DSBSection.h44 GetNumSubSections ();
/external/lldb/scripts/Python/interface/
H A DSBSection.i22 print INDENT + 'Number of subsections: %d' % sec.GetNumSubSections()
63 GetNumSubSections ();
/external/lldb/test/python_api/module_section/
H A DTestModuleAndSection.py58 print INDENT + "Number of subsections: %d" % sec.GetNumSubSections()
59 if sec.GetNumSubSections() == 0:
/external/lldb/test/macosx/debug-info/apple_types/
H A DTestAppleTypesIsProduced.py62 print "Number of sub-sections: %d" % dwarf_section.GetNumSubSections()
/external/lldb/source/API/
H A DSBSection.cpp104 SBSection::GetNumSubSections () function in class:SBSection
/external/lldb/examples/python/
H A Dsymbolication.py523 num_sub_sections = section.GetNumSubSections()

Completed in 195 milliseconds