Home
last modified time | relevance | path

Searched refs:SectType (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp434 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()
H A DMachOObjectFile.cpp1949 uint32_t SectOffset, SectType; in getSectionSize() local
1956 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()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h542 DataRefImpl getSectionByType(XCOFF::SectionTypeFlags SectType) const;
687 getSectionFileOffsetToRawData(XCOFF::SectionTypeFlags SectType) const;