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

References

include/llvm/BinaryFormat/MachO.h
 1648   sys::swapByteOrder(x.eax);
 1649   sys::swapByteOrder(x.ebx);
 1650   sys::swapByteOrder(x.ecx);
 1651   sys::swapByteOrder(x.edx);
 1652   sys::swapByteOrder(x.edi);
 1653   sys::swapByteOrder(x.esi);
 1654   sys::swapByteOrder(x.ebp);
 1655   sys::swapByteOrder(x.esp);
 1656   sys::swapByteOrder(x.ss);
 1657   sys::swapByteOrder(x.eflags);
 1658   sys::swapByteOrder(x.eip);
 1659   sys::swapByteOrder(x.cs);
 1660   sys::swapByteOrder(x.ds);
 1661   sys::swapByteOrder(x.es);
 1662   sys::swapByteOrder(x.fs);
 1663   sys::swapByteOrder(x.gs);