Searched refs:GetSubSectionAtIndex (Results 1 – 8 of 8) sorted by relevance
13 obj.GetSubSectionAtIndex(600)
39 lldb::SBSection GetSubSectionAtIndex(size_t idx);
32 ss = s.GetSubSectionAtIndex(i)
102 lldb::SBSection SBSection::GetSubSectionAtIndex(size_t idx) { in GetSubSectionAtIndex() function in SBSection
225 ss = s.GetSubSectionAtIndex(i)
263 section = self.section.GetSubSectionAtIndex(i)
701 print_module_section(section.GetSubSectionAtIndex(sect_idx), depth - 1)
448 GetDebugInfoSizeInSection(section.GetSubSectionAtIndex(i)); in CreateModule()