Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp438 XCOFF::SectionTypeFlags SectType) const { in getSectionFileOffsetToRawData()
439 DataRefImpl DRI = getSectionByType(SectType); in getSectionFileOffsetToRawData()
450 Twine(("<Unknown:") + Twine::utohexstr(SectType) + ">") in getSectionFileOffsetToRawData()
454 switch (SectType) { in getSectionFileOffsetToRawData()
798 XCOFFObjectFile::getSectionByType(XCOFF::SectionTypeFlags SectType) const { in getSectionByType()
802 if (Sec.getSectionType() == SectType) in getSectionByType()
H A DMachOObjectFile.cpp1956 uint32_t SectOffset, SectType; in getSectionSize() local
1963 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize()
1968 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize()
1970 if (SectType == MachO::S_ZEROFILL || SectType == MachO::S_GB_ZEROFILL) in getSectionSize()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h545 DataRefImpl getSectionByType(XCOFF::SectionTypeFlags SectType) const;
694 getSectionFileOffsetToRawData(XCOFF::SectionTypeFlags SectType) const;