Home
last modified time | relevance | path

Searched refs:cpu32 (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp9417 outs() << " ecx " << format("0x%08" PRIx32, cpu32.ecx); in Print_x86_thread_state32_t()
9421 outs() << " ebp " << format("0x%08" PRIx32, cpu32.ebp); in Print_x86_thread_state32_t()
9429 outs() << " fs " << format("0x%08" PRIx32, cpu32.fs); in Print_x86_thread_state32_t()
9697 MachO::x86_thread_state32_t cpu32; in PrintThreadCommand() local
9704 memcpy(&cpu32, begin, left); in PrintThreadCommand()
9708 swapStruct(cpu32); in PrintThreadCommand()
9709 Print_x86_thread_state32_t(cpu32); in PrintThreadCommand()
9934 MachO::arm_thread_state32_t cpu32; in PrintThreadCommand() local
9941 memcpy(&cpu32, begin, left); in PrintThreadCommand()
9945 swapStruct(cpu32); in PrintThreadCommand()
[all …]