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
  143       if (SectionType != MachO::S_ZEROFILL &&
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
  509   return SectionType == MachO::S_ZEROFILL ||
lib/MC/MCObjectFileInfo.cpp
  161                            MachO::S_ZEROFILL,
  164     = Ctx->getMachOSection("__DATA","__bss", MachO::S_ZEROFILL,
lib/MC/MCParser/DarwinAsmParser.cpp
  905         getContext().getMachOSection(Segment, Section, MachO::S_ZEROFILL, 0,
  964                                Segment, Section, MachO::S_ZEROFILL,
lib/MC/MCSectionMachO.cpp
  172   return (getType() == MachO::S_ZEROFILL ||
lib/Object/MachOObjectFile.cpp
  300           s.flags != MachO::S_ZEROFILL &&
  308           s.flags != MachO::S_ZEROFILL &&
  318           s.flags != MachO::S_ZEROFILL &&
  327           s.flags != MachO::S_ZEROFILL &&
  352           s.flags != MachO::S_ZEROFILL &&
 1938   if (SectType == MachO::S_ZEROFILL || SectType == MachO::S_GB_ZEROFILL)
 2017          !(SectionType == MachO::S_ZEROFILL ||
 2025          (SectionType == MachO::S_ZEROFILL ||
 2036   return SectionType == MachO::S_ZEROFILL ||
tools/lld/lib/ReaderWriter/MachO/File.h
  100     case llvm::MachO::S_ZEROFILL:
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFile.h
  153   return (T == llvm::MachO::S_ZEROFILL ||
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
  301   ENTRY("__DATA", "__bss",            S_ZEROFILL,         typeZeroFill),
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp
   85   ENTRY("__DATA", "__bss",            S_ZEROFILL,         typeZeroFill),
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp
  177                         llvm::MachO::S_ZEROFILL);
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1478   case S_ZEROFILL:
tools/llvm-objcopy/MachO/Object.h
   62     return (getType() == MachO::S_ZEROFILL ||
tools/llvm-objdump/MachODump.cpp
 1807           case MachO::S_ZEROFILL:
 1838           if (section_type == MachO::S_ZEROFILL)
 8653   if ((flags & MachO::S_ZEROFILL) != 0 && offset + size > object_size)
 8679     else if (section_type == MachO::S_ZEROFILL)
tools/llvm-readobj/MachODumper.cpp
  219   { "ZeroFill"                       , MachO::S_ZEROFILL },