Searched refs:GetSectionType (Results 1 – 12 of 12) sorted by relevance
26 sect_type = s.GetSectionType()33 sect_type = ss.GetSectionType()
92 GetSectionType ();142 …type = property(GetSectionType, None, doc='''A read only property that returns an lldb enumeration…
65 self.assertTrue(addr_line1.GetSection().GetSectionType()82 self.assertTrue(addr_line2.GetSection().GetSectionType()
19 obj.GetSectionType()
55 SectionType GetSectionType();
215 sect_type = s.GetSectionType()222 sect_type = ss.GetSectionType()
218 SectionType SBSection::GetSectionType() { in GetSectionType() function in SBSection
291 static lldb::SectionType GetSectionType(llvm::StringRef sect_name,
903 SectionType ObjectFilePECOFF::GetSectionType(llvm::StringRef sect_name, in GetSectionType() function in ObjectFilePECOFF998 SectionType section_type = GetSectionType(sect_name, m_sect_headers[idx]); in CreateSections()
258 lldb::SectionType GetSectionType(const ELFSectionHeaderInfo &H) const;
1655 SectionType ObjectFileELF::GetSectionType(const ELFSectionHeaderInfo &H) const { in GetSectionType() function in ObjectFileELF1861 SectionType sect_type = GetSectionType(header); in CreateSections()
1426 static lldb::SectionType GetSectionType(uint32_t flags, in GetSectionType() function1818 lldb::SectionType sect_type = GetSectionType(sect64.flags, section_name); in ProcessSegmentCommand()