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

References

lib/ObjectYAML/MachOEmitter.cpp
  243     if (LC.ZeroPadBytes > 0) {
  244       ZeroFillBytes(OS, LC.ZeroPadBytes);
  245       BytesWritten += LC.ZeroPadBytes;
lib/ObjectYAML/MachOYAML.cpp
  259   IO.mapOptional("ZeroPadBytes", LoadCommand.ZeroPadBytes, (uint64_t)0ull);
tools/obj2yaml/macho2yaml.cpp
  237     LC.ZeroPadBytes = RemainingBytes;