Home
last modified time | relevance | path

Searched refs:addSectionAux (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp474 void EhFrameSection::addSectionAux(EhInputSection *sec) { in addSectionAux() function in EhFrameSection
535 addSectionAux<ELF32LE>(sec); in finalizeContents()
539 addSectionAux<ELF32BE>(sec); in finalizeContents()
543 addSectionAux<ELF64LE>(sec); in finalizeContents()
547 addSectionAux<ELF64BE>(sec); in finalizeContents()
H A DSyntheticSections.h85 template <class ELFT> void addSectionAux(EhInputSection *s);