Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp1940 uint32_t SectOffset, SectType; in getSectionSize() local
1947 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize()
1952 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize()
1954 if (SectType == MachO::S_ZEROFILL || SectType == MachO::S_GB_ZEROFILL) in getSectionSize()