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

References

lib/MC/MachObjectWriter.cpp
  777       LoadCommandsSize += sizeof(MachO::build_version_command);
  779       LoadCommandsSize += sizeof(MachO::version_min_command);
  786     LoadCommandsSize += sizeof(MachO::linkedit_data_command);
  794     LoadCommandsSize += sizeof(MachO::linkedit_data_command);
  802     LoadCommandsSize += (sizeof(MachO::symtab_command) +
  809     LoadCommandsSize += ComputeLinkerOptionsLoadCommandSize(Option, is64Bit());
  815                                sizeof(MachO::mach_header)) + LoadCommandsSize;
  842   writeHeader(MachO::MH_OBJECT, NumLoadCommands, LoadCommandsSize,