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

References

include/llvm/BinaryFormat/MachO.h
 1915 inline void swapStruct(ppc_thread_state32_t &x) {
 1966     ppc_thread_state32_t ts32;
 1992     sizeof(ppc_thread_state32_t) / sizeof(uint32_t);
lib/Object/MachOObjectFile.cpp
 1166         if (state + sizeof(MachO::ppc_thread_state32_t) > end)
 1170         state += sizeof(MachO::ppc_thread_state32_t);