Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCSectionMachO.cpp162 getType() == MachO::S_GB_ZEROFILL || in isVirtualSection()
/external/llvm/lib/Object/
DMachOObjectFile.cpp507 if (SectType == MachO::S_ZEROFILL || SectType == MachO::S_GB_ZEROFILL) in getSectionSize()
559 SectionType == MachO::S_GB_ZEROFILL); in isSectionData()
567 SectionType == MachO::S_GB_ZEROFILL); in isSectionBSS()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp331 SectionType == MachO::S_GB_ZEROFILL; in isZeroInit()
/external/llvm/include/llvm/Support/
DMachO.h190 S_GB_ZEROFILL = 0x0cu, enumerator