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

References

include/llvm/BinaryFormat/MachO.h
 1707 inline void swapStruct(x86_exception_state64_t &x) {
 1737     x86_exception_state64_t es64;
 1787     sizeof(x86_exception_state64_t) / sizeof(uint32_t);
lib/Object/MachOObjectFile.cpp
 1108         if (state + sizeof(MachO::x86_exception_state64_t) > end)
 1112         state += sizeof(MachO::x86_exception_state64_t);
tools/llvm-objdump/MachODump.cpp
 9542 static void Print_x86_exception_state_t(MachO::x86_exception_state64_t &exc64) {
 9839         struct MachO::x86_exception_state64_t es64;
 9841         if (left >= sizeof(MachO::x86_exception_state64_t)) {
 9842           memcpy(&es64, begin, sizeof(MachO::x86_exception_state64_t));
 9843           begin += sizeof(MachO::x86_exception_state64_t);
 9845           memset(&es64, '\0', sizeof(MachO::x86_exception_state64_t));