Home | History | Annotate | Download | only in llvm-objdump

Lines Matching refs:x86_thread_state64_t

8458 static void Print_x86_thread_state64_t(MachO::x86_thread_state64_t &cpu64) {
8665 MachO::x86_thread_state64_t cpu64;
8667 if (left >= sizeof(MachO::x86_thread_state64_t)) {
8668 memcpy(&cpu64, begin, sizeof(MachO::x86_thread_state64_t));
8669 begin += sizeof(MachO::x86_thread_state64_t);
8671 memset(&cpu64, '\0', sizeof(MachO::x86_thread_state64_t));