Searched refs:GetSectionType (Results 1 – 6 of 6) sorted by relevance
92 GetSectionType ();139 …type = property(GetSectionType, None, doc='''A read only property that returns an lldb enumeration…
226 SectionType SBSection::GetSectionType() { in GetSectionType() function in SBSection227 LLDB_RECORD_METHOD_NO_ARGS(lldb::SectionType, SBSection, GetSectionType); in GetSectionType()319 LLDB_REGISTER_METHOD(lldb::SectionType, SBSection, GetSectionType, ()); in RegisterMethods()
55 SectionType GetSectionType();
254 lldb::SectionType GetSectionType(const ELFSectionHeaderInfo &H) const;
1625 SectionType ObjectFileELF::GetSectionType(const ELFSectionHeaderInfo &H) const { in GetSectionType() function in ObjectFileELF1831 SectionType sect_type = GetSectionType(header); in CreateSections()
43041 result = (lldb::SectionType)(arg1)->GetSectionType(); in _wrap_SBSection_GetSectionType()