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

References

tools/llvm-objdump/MachODump.cpp
 3746   sys::swapByteOrder(cro.flags);
 3747   sys::swapByteOrder(cro.instanceStart);
 3748   sys::swapByteOrder(cro.instanceSize);
 3749   sys::swapByteOrder(cro.ivarLayout);
 3750   sys::swapByteOrder(cro.name);
 3751   sys::swapByteOrder(cro.baseMethods);
 3752   sys::swapByteOrder(cro.baseProtocols);
 3753   sys::swapByteOrder(cro.ivars);
 3754   sys::swapByteOrder(cro.weakIvarLayout);
 3755   sys::swapByteOrder(cro.baseProperties);