Searched refs:GetSectionType (Results 1 – 6 of 6) sorted by relevance
29 type = property(GetSectionType, None, doc='''A read only property that returns an lldb enumeration value (see enumerations that start with "lldb.eSectionType") that represents the type of this section (code, data, etc.).''')
55 SectionType GetSectionType();
193 SectionType SBSection::GetSectionType() { in GetSectionType() function in SBSection
262 lldb::SectionType GetSectionType(const ELFSectionHeaderInfo &H) const;
1709 SectionType ObjectFileELF::GetSectionType(const ELFSectionHeaderInfo &H) const { in GetSectionType() function in ObjectFileELF1957 SectionType sect_type = GetSectionType(header); in CreateSections()
49445 result = (lldb::SectionType)(arg1)->GetSectionType(); in _wrap_SBSection_GetSectionType()