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

References

tools/lld/ELF/AArch64ErrataFix.cpp
  548   auto relIt = llvm::find_if(isec->relocations, [=](const Relocation &r) {
  551   if (relIt != isec->relocations.end() &&
  558   auto *ps = make<Patch843419Section>(isec, patcheeOffset);
  565   if (relIt != isec->relocations.end()) {
  570     isec->relocations.push_back(makeRelToPatch(patcheeOffset, ps->patchSym));