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

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
  593   mh->magic = _is64 ? llvm::MachO::MH_MAGIC_64 : llvm::MachO::MH_MAGIC;
  594   mh->cputype =  MachOLinkingContext::cpuTypeFromArch(_file.arch);
  595   mh->cpusubtype = cpusubtype;
  596   mh->filetype = _file.fileType;
  597   mh->ncmds = _countOfLoadCommands;
  598   mh->sizeofcmds = _endOfLoadCommands - _startOfLoadCommands;
  599   mh->flags = _file.flags;
  601     swapStruct(*mh);