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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp432 void EhFrameSection::addSectionAux(EhInputSection *sec) { function in class:EhFrameSection
471 addSectionAux<ELF32LE>(sec);
475 addSectionAux<ELF32BE>(sec);
479 addSectionAux<ELF64LE>(sec);
483 addSectionAux<ELF64BE>(sec);
H A DSyntheticSections.h102 void addSectionAux(EhInputSection *s);

Completed in 63 milliseconds