Searched refs:SectType (Results 1 – 3 of 3) sorted by relevance
434 XCOFF::SectionTypeFlags SectType) const { in getSectionFileOffsetToRawData()435 DataRefImpl DRI = getSectionByType(SectType); in getSectionFileOffsetToRawData()446 Twine(("<Unknown:") + Twine::utohexstr(SectType) + ">") in getSectionFileOffsetToRawData()450 switch (SectType) { in getSectionFileOffsetToRawData()790 XCOFFObjectFile::getSectionByType(XCOFF::SectionTypeFlags SectType) const { in getSectionByType()794 if (Sec.getSectionType() == SectType) in getSectionByType()
1949 uint32_t SectOffset, SectType; in getSectionSize() local1956 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize()1961 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize()1963 if (SectType == MachO::S_ZEROFILL || SectType == MachO::S_GB_ZEROFILL) in getSectionSize()
542 DataRefImpl getSectionByType(XCOFF::SectionTypeFlags SectType) const;687 getSectionFileOffsetToRawData(XCOFF::SectionTypeFlags SectType) const;