Searched refs:cpu64 (Results 1 – 1 of 1) sorted by relevance
9402 outs() << " rbx " << format("0x%016" PRIx64, cpu64.rbx); in Print_x86_thread_state64_t()9405 outs() << " rdi " << format("0x%016" PRIx64, cpu64.rdi); in Print_x86_thread_state64_t()9419 outs() << " cs " << format("0x%016" PRIx64, cpu64.cs); in Print_x86_thread_state64_t()9742 MachO::x86_thread_state64_t cpu64; in PrintThreadCommand() local9749 memcpy(&cpu64, begin, left); in PrintThreadCommand()9753 swapStruct(cpu64); in PrintThreadCommand()9754 Print_x86_thread_state64_t(cpu64); in PrintThreadCommand()9949 MachO::arm_thread_state64_t cpu64; in PrintThreadCommand() local9956 memcpy(&cpu64, begin, left); in PrintThreadCommand()9960 swapStruct(cpu64); in PrintThreadCommand()[all …]