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

References

tools/llvm-objdump/MachODump.cpp
 3732   sys::swapByteOrder(cro.flags);
 3733   sys::swapByteOrder(cro.instanceStart);
 3734   sys::swapByteOrder(cro.instanceSize);
 3735   sys::swapByteOrder(cro.reserved);
 3736   sys::swapByteOrder(cro.ivarLayout);
 3737   sys::swapByteOrder(cro.name);
 3738   sys::swapByteOrder(cro.baseMethods);
 3739   sys::swapByteOrder(cro.baseProtocols);
 3740   sys::swapByteOrder(cro.ivars);
 3741   sys::swapByteOrder(cro.weakIvarLayout);
 3742   sys::swapByteOrder(cro.baseProperties);