reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/BinaryFormat/MachO.h
 1666 inline void swapStruct(x86_thread_state64_t &x) {
 1722     x86_thread_state64_t ts64;
 1783     sizeof(x86_thread_state64_t) / sizeof(uint32_t);
lib/Object/MachOObjectFile.cpp
 1096         if (state + sizeof(MachO::x86_thread_state64_t) > end)
 1100         state += sizeof(MachO::x86_thread_state64_t);
tools/llvm-objdump/MachODump.cpp
 9385 static void Print_x86_thread_state64_t(MachO::x86_thread_state64_t &cpu64) {
 9727         MachO::x86_thread_state64_t cpu64;
 9729         if (left >= sizeof(MachO::x86_thread_state64_t)) {
 9730           memcpy(&cpu64, begin, sizeof(MachO::x86_thread_state64_t));
 9731           begin += sizeof(MachO::x86_thread_state64_t);
 9733           memset(&cpu64, '\0', sizeof(MachO::x86_thread_state64_t));