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

References

tools/lld/include/lld/Core/DefinedAtom.h
  343     return !(atomContentType == DefinedAtom::typeZeroFill ||
tools/lld/lib/Core/DefinedAtom.cpp
   49   case typeZeroFill:
tools/lld/lib/ReaderWriter/MachO/Atoms.h
  124   ContentType contentType() const override { return DefinedAtom::typeZeroFill; }
tools/lld/lib/ReaderWriter/MachO/File.h
  101       type = DefinedAtom::typeZeroFill;
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),
  162     ENTRY(typeZeroFill,          1, scopeGlobal,          mergeNo,
tools/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
  383     io.enumCase(value, "zero-fill",       DefinedAtom::typeZeroFill);