Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
HDMachOObject.h69 getType() == MachO::S_GB_ZEROFILL || in isVirtualSection()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDMachO.h155 S_GB_ZEROFILL = 0x0cu, enumerator
596 return (type == MachO::S_ZEROFILL || type == MachO::S_GB_ZEROFILL || in isVirtualSection()
/freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDMachOLinkGraphBuilder.cpp96 case MachO::S_GB_ZEROFILL: in isZeroFillSection()
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-readobj/
HDMachODumper.cpp237 { "GBZeroFill" , MachO::S_GB_ZEROFILL },
/freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyld.cpp523 SectionType == MachO::S_GB_ZEROFILL; in isZeroInit()
/freebsd-head/contrib/llvm-project/llvm/lib/Object/
HDMachOObjectFile.cpp1970 if (SectType == MachO::S_ZEROFILL || SectType == MachO::S_GB_ZEROFILL) in getSectionSize()
2050 SectionType == MachO::S_GB_ZEROFILL); in isSectionData()
2058 SectionType == MachO::S_GB_ZEROFILL); in isSectionBSS()
2158 SectionType == MachO::S_GB_ZEROFILL; in isSectionVirtual()