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

References

include/llvm/BinaryFormat/MachO.h
 1289   sys::swapByteOrder(C.cmdsize);
lib/Object/MachOObjectFile.cpp
  943   uint32_t left = L.cmdsize - sizeof(struct MachO::linker_option_command);
tools/llvm-objdump/MachODump.cpp
 9240   outs() << " cmdsize " << lo.cmdsize;
 9241   if (lo.cmdsize < sizeof(struct MachO::linker_option_command))
 9247   uint32_t left = lo.cmdsize - sizeof(struct MachO::linker_option_command);
tools/llvm-readobj/MachODumper.cpp
  877       W.printNumber("Size", LOLC.cmdsize);
  879       uint64_t DataSize = LOLC.cmdsize - sizeof(MachO::linker_option_command);