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

References

include/llvm/BinaryFormat/MachO.h
 1647 inline void swapStruct(x86_thread_state32_t &x) {
 1723     x86_thread_state32_t ts32;
 1780     sizeof(x86_thread_state32_t) / sizeof(uint32_t);
lib/Object/MachOObjectFile.cpp
 1041         if (state + sizeof(MachO::x86_thread_state32_t) > end)
 1045         state += sizeof(MachO::x86_thread_state32_t);
tools/llvm-objdump/MachODump.cpp
 9366 static void Print_x86_thread_state32_t(MachO::x86_thread_state32_t &cpu32) {
 9649         MachO::x86_thread_state32_t cpu32;
 9651         if (left >= sizeof(MachO::x86_thread_state32_t)) {
 9652           memcpy(&cpu32, begin, sizeof(MachO::x86_thread_state32_t));
 9653           begin += sizeof(MachO::x86_thread_state32_t);
 9655           memset(&cpu32, '\0', sizeof(MachO::x86_thread_state32_t));