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

References

include/llvm/BinaryFormat/MachO.h
 1667   sys::swapByteOrder(x.rax);
 1668   sys::swapByteOrder(x.rbx);
 1669   sys::swapByteOrder(x.rcx);
 1670   sys::swapByteOrder(x.rdx);
 1671   sys::swapByteOrder(x.rdi);
 1672   sys::swapByteOrder(x.rsi);
 1673   sys::swapByteOrder(x.rbp);
 1674   sys::swapByteOrder(x.rsp);
 1675   sys::swapByteOrder(x.r8);
 1676   sys::swapByteOrder(x.r9);
 1677   sys::swapByteOrder(x.r10);
 1678   sys::swapByteOrder(x.r11);
 1679   sys::swapByteOrder(x.r12);
 1680   sys::swapByteOrder(x.r13);
 1681   sys::swapByteOrder(x.r14);
 1682   sys::swapByteOrder(x.r15);
 1683   sys::swapByteOrder(x.rip);
 1684   sys::swapByteOrder(x.rflags);
 1685   sys::swapByteOrder(x.cs);
 1686   sys::swapByteOrder(x.fs);
 1687   sys::swapByteOrder(x.gs);