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

Declarations

tools/lld/ELF/SyntheticSections.h
  102   void addSectionAux(EhInputSection *s);

References

tools/lld/ELF/SyntheticSections.cpp
  468       addSectionAux<ELF32LE>(sec);
  472       addSectionAux<ELF32BE>(sec);
  476       addSectionAux<ELF64LE>(sec);
  480       addSectionAux<ELF64BE>(sec);