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

References

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