reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1761 inline void swapStruct(x86_thread_state_t &x) { 1790 sizeof(x86_thread_state_t) / sizeof(uint32_t);lib/Object/MachOObjectFile.cpp
1060 if (state + sizeof(MachO::x86_thread_state_t) > end) 1064 state += sizeof(MachO::x86_thread_state_t);tools/llvm-objdump/MachODump.cpp
9669 struct MachO::x86_thread_state_t ts; 9671 if (left >= sizeof(MachO::x86_thread_state_t)) { 9672 memcpy(&ts, begin, sizeof(MachO::x86_thread_state_t)); 9673 begin += sizeof(MachO::x86_thread_state_t); 9675 memset(&ts, '\0', sizeof(MachO::x86_thread_state_t)); 9747 struct MachO::x86_thread_state_t ts; 9749 if (left >= sizeof(MachO::x86_thread_state_t)) { 9750 memcpy(&ts, begin, sizeof(MachO::x86_thread_state_t)); 9751 begin += sizeof(MachO::x86_thread_state_t); 9753 memset(&ts, '\0', sizeof(MachO::x86_thread_state_t));