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

References

tools/llvm-readobj/ARMWinEHPrinter.cpp
  786     for (unsigned DI = 0;; ++DI) {
  787       if ((isAArch64 && (DI >= array_lengthof(Ring64))) ||
  788           (!isAArch64 && (DI >= array_lengthof(Ring)))) {
  795       if ((Opcodes[OI] & DecodeRing[DI].Mask) == DecodeRing[DI].Value) {
  795       if ((Opcodes[OI] & DecodeRing[DI].Mask) == DecodeRing[DI].Value) {
  796         if (OI + DecodeRing[DI].Length > OE) {
  799           OI += DecodeRing[DI].Length;
  803             (this->*DecodeRing[DI].Routine)(Opcodes.data(), OI, 0, Prologue);