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

References

lib/Object/MachOObjectFile.cpp
 1012   while (state < end) {
 1013     if(state + sizeof(uint32_t) > end)
 1023     if(state + sizeof(uint32_t) > end)
 1041         if (state + sizeof(MachO::x86_thread_state32_t) > end)
 1060         if (state + sizeof(MachO::x86_thread_state_t) > end)
 1072         if (state + sizeof(MachO::x86_float_state_t) > end)
 1084         if (state + sizeof(MachO::x86_exception_state_t) > end)
 1096         if (state + sizeof(MachO::x86_thread_state64_t) > end)
 1108         if (state + sizeof(MachO::x86_exception_state64_t) > end)
 1127         if (state + sizeof(MachO::arm_thread_state32_t) > end)
 1147         if (state + sizeof(MachO::arm_thread_state64_t) > end)
 1166         if (state + sizeof(MachO::ppc_thread_state32_t) > end)