reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
9634 memcpy((char *)&count, begin, sizeof(uint32_t)); 9637 count = 0; 9641 sys::swapByteOrder(count); 9644 if (count == MachO::x86_THREAD_STATE32_COUNT) 9647 outs() << " count " << count 9664 if (count == MachO::x86_THREAD_STATE_COUNT) 9667 outs() << " count " << count 9695 outs() << " count " << count << "\n"; 9697 begin += count * sizeof(uint32_t); 9712 memcpy((char *)&count, begin, sizeof(uint32_t)); 9715 count = 0; 9719 sys::swapByteOrder(count); 9722 if (count == MachO::x86_THREAD_STATE64_COUNT) 9725 outs() << " count " << count 9742 if (count == MachO::x86_THREAD_STATE_COUNT) 9745 outs() << " count " << count 9773 if (count == MachO::x86_FLOAT_STATE_COUNT) 9776 outs() << " count " << count << " (not x86_FLOAT_STATE_COUNT)\n"; 9803 if (count == MachO::x86_EXCEPTION_STATE_COUNT) 9806 outs() << " count " << count 9834 if (count == MachO::x86_EXCEPTION_STATE64_COUNT) 9837 outs() << " count " << count 9854 outs() << " count " << count << "\n"; 9856 begin += count * sizeof(uint32_t); 9871 memcpy((char *)&count, begin, sizeof(uint32_t)); 9874 count = 0; 9878 sys::swapByteOrder(count); 9881 if (count == MachO::ARM_THREAD_STATE_COUNT) 9884 outs() << " count " << count 9901 outs() << " count " << count << "\n"; 9903 begin += count * sizeof(uint32_t); 9919 memcpy((char *)&count, begin, sizeof(uint32_t)); 9922 count = 0; 9926 sys::swapByteOrder(count); 9929 if (count == MachO::ARM_THREAD_STATE64_COUNT) 9932 outs() << " count " << count 9949 outs() << " count " << count << "\n"; 9951 begin += count * sizeof(uint32_t); 9966 memcpy((char *)&count, begin, sizeof(uint32_t)); 9969 count = 0; 9973 sys::swapByteOrder(count); 9975 outs() << " count " << count << "\n"; 9977 begin += count * sizeof(uint32_t);