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

Declarations

tools/lld/ELF/SyntheticSections.h
  100   void addRecords(EhInputSection *s, llvm::ArrayRef<RelTy> rels);

References

tools/lld/ELF/SyntheticSections.cpp
  433     addRecords<ELFT>(sec, sec->template relas<ELFT>());
  435     addRecords<ELFT>(sec, sec->template rels<ELFT>());