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

References

tools/lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
  149           if (msbit != UINT32_MAX && lsbit != UINT32_MAX) {
  150             if (msbit > lsbit) {
  151               const uint32_t msbyte = msbit / 8;
  160                 if (msbit < max_bit && lsbit < max_bit) {
  181                   if (msbit > max_bit)
  184                            msbit, max_bit);
  196                      msbit, lsbit);
  199             printf("error: msbit (%u) and lsbit (%u) must be valid\n", msbit,