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

References

tools/lld/ELF/AArch64ErrataFix.cpp
  497       while (patchIt != patchEnd) {
  498         if ((*patchIt)->getLDSTAddr() - outSecAddr >= prevIsecLimit)
  500         (*patchIt)->outSecOff = prevIsecLimit;
  501         ++patchIt;
  507   for (; patchIt != patchEnd; ++patchIt) {
  507   for (; patchIt != patchEnd; ++patchIt) {
  508     (*patchIt)->outSecOff = isecLimit;