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

References

tools/lld/ELF/ARMErrataFix.cpp
  369       for (; patchIt != patchEnd; ++patchIt) {
  369       for (; patchIt != patchEnd; ++patchIt) {
  370         if ((*patchIt)->getBranchAddr() - outSecAddr >= prevIsecLimit)
  372         (*patchIt)->outSecOff = prevIsecLimit;
  378   for (; patchIt != patchEnd; ++patchIt)
  378   for (; patchIt != patchEnd; ++patchIt)
  379     (*patchIt)->outSecOff = isecLimit;