reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/BinaryFormat/MachO.h
  585   return (type == MachO::S_ZEROFILL || type == MachO::S_GB_ZEROFILL ||
lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
  144           SectionType != MachO::S_GB_ZEROFILL) {
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
  510          SectionType == MachO::S_GB_ZEROFILL;
lib/MC/MCSectionMachO.cpp
  173           getType() == MachO::S_GB_ZEROFILL ||
lib/Object/MachOObjectFile.cpp
 1938   if (SectType == MachO::S_ZEROFILL || SectType == MachO::S_GB_ZEROFILL)
 2018            SectionType == MachO::S_GB_ZEROFILL);
 2026           SectionType == MachO::S_GB_ZEROFILL);
 2037          SectionType == MachO::S_GB_ZEROFILL;
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp
  199                         llvm::MachO::S_GB_ZEROFILL);
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1503   case S_GB_ZEROFILL:
tools/llvm-objcopy/MachO/Object.h
   63             getType() == MachO::S_GB_ZEROFILL ||
tools/llvm-readobj/MachODumper.cpp
  230   { "GBZeroFill"                     , MachO::S_GB_ZEROFILL },