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

References

lib/ObjectYAML/MachOEmitter.cpp
  237     if (LC.PayloadBytes.size() > 0) {
  238       OS.write(reinterpret_cast<const char *>(LC.PayloadBytes.data()),
  239                LC.PayloadBytes.size());
  240       BytesWritten += LC.PayloadBytes.size();
lib/ObjectYAML/MachOYAML.cpp
  258   IO.mapOptional("PayloadBytes", LoadCommand.PayloadBytes);
tools/obj2yaml/macho2yaml.cpp
  233       LC.PayloadBytes.insert(LC.PayloadBytes.end(), EndPtr,
  233       LC.PayloadBytes.insert(LC.PayloadBytes.end(), EndPtr,