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

References

tools/lld/ELF/AArch64ErrataFix.cpp
  347   bool optionalAllowed = limit - off > 12;
  348   if (off >= limit || limit - off < 12) {
  348   if (off >= limit || limit - off < 12) {
  350     off = limit;