Searched refs:GetSectionType (Results 1 – 8 of 8) sorted by relevance
92 GetSectionType ();142 …type = property(GetSectionType, None, doc='''A read only property that returns an lldb enumeration…
55 SectionType GetSectionType();
218 SectionType SBSection::GetSectionType() { in GetSectionType() function in SBSection
263 static lldb::SectionType GetSectionType(llvm::StringRef sect_name,
951 SectionType ObjectFilePECOFF::GetSectionType(llvm::StringRef sect_name, in GetSectionType() function in ObjectFilePECOFF1046 SectionType section_type = GetSectionType(sect_name, m_sect_headers[idx]); in CreateSections()
259 lldb::SectionType GetSectionType(const ELFSectionHeaderInfo &H) const;
1672 SectionType ObjectFileELF::GetSectionType(const ELFSectionHeaderInfo &H) const { in GetSectionType() function in ObjectFileELF1878 SectionType sect_type = GetSectionType(header); in CreateSections()
1442 static lldb::SectionType GetSectionType(uint32_t flags, in GetSectionType() function1834 lldb::SectionType sect_type = GetSectionType(sect64.flags, section_name); in ProcessSegmentCommand()