Searched refs:cpu64 (Results 1 – 1 of 1) sorted by relevance
9435 outs() << " rbx " << format("0x%016" PRIx64, cpu64.rbx); in Print_x86_thread_state64_t()9438 outs() << " rdi " << format("0x%016" PRIx64, cpu64.rdi); in Print_x86_thread_state64_t()9452 outs() << " cs " << format("0x%016" PRIx64, cpu64.cs); in Print_x86_thread_state64_t()9775 MachO::x86_thread_state64_t cpu64; in PrintThreadCommand() local9782 memcpy(&cpu64, begin, left); in PrintThreadCommand()9786 swapStruct(cpu64); in PrintThreadCommand()9787 Print_x86_thread_state64_t(cpu64); in PrintThreadCommand()9982 MachO::arm_thread_state64_t cpu64; in PrintThreadCommand() local9989 memcpy(&cpu64, begin, left); in PrintThreadCommand()9993 swapStruct(cpu64); in PrintThreadCommand()[all …]