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

References

tools/lld/ELF/Arch/PPC64.cpp
  123   ArrayRef<typename ELFT::Rela> relas = tocSec->template relas<ELFT>();
tools/lld/ELF/DWARF.cpp
  123     return findAux(*sec.sec, pos, sec.sec->template relas<ELFT>());
tools/lld/ELF/Driver.cpp
 1519     sym = &s->getFile<ELFT>()->getRelocTargetSym(s->template relas<ELFT>()[0]);
tools/lld/ELF/ICF.cpp
  314     return constantEq(a, a->template relas<ELFT>(), b,
  315                       b->template relas<ELFT>());
  362     return variableEq(a, a->template relas<ELFT>(), b,
  363                       b->template relas<ELFT>());
  463         combineRelocHashes<ELFT>(cnt, s, s->template relas<ELFT>());
tools/lld/ELF/InputSection.cpp
  916     sec->relocateNonAlloc<ELFT>(buf, sec->template relas<ELFT>());
 1190     split<ELFT>(relas<ELFT>());
tools/lld/ELF/MarkLive.cpp
  252         scanEhFrameSection(*eh, eh->template relas<ELFT>());
  277       for (const typename ELFT::Rela &rel : sec.template relas<ELFT>())
tools/lld/ELF/Relocations.cpp
 1409     scanRelocs<ELFT>(s, s.relas<ELFT>());
tools/lld/ELF/SyntheticSections.cpp
  433     addRecords<ELFT>(sec, sec->template relas<ELFT>());