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

References

include/llvm/BinaryFormat/MachO.h
 1230   sys::swapByteOrder(e.cryptsize);
lib/Object/MachOObjectFile.cpp
 1498       if ((Err = checkEncryptCommand(*this, Load, I, E.cryptoff, E.cryptsize,
lib/ObjectYAML/MachOYAML.cpp
  356   IO.mapRequired("cryptsize", LoadCommand.cryptsize);
tools/llvm-objdump/MachODump.cpp
 9228   outs() << "    cryptsize " << ec.cryptsize;
 9229   if (ec.cryptsize > object_size)