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

References

tools/lld/ELF/InputFiles.cpp
  865     if (target->firstRelocation)
  871       target->firstRelocation = rels.begin();
  876       target->firstRelocation = rels.begin();
tools/lld/ELF/InputSection.h
  148         static_cast<const typename ELFT::Rel *>(firstRelocation),
  155         static_cast<const typename ELFT::Rela *>(firstRelocation),