Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DSyntheticSections.cpp431 void EhFrameSection::addSectionAux(EhInputSection *sec) { in addSectionAux() function in EhFrameSection
515 addSectionAux<ELF32LE>(sec); in finalizeContents()
519 addSectionAux<ELF32BE>(sec); in finalizeContents()
523 addSectionAux<ELF64LE>(sec); in finalizeContents()
527 addSectionAux<ELF64BE>(sec); in finalizeContents()
DSyntheticSections.h104 template <class ELFT> void addSectionAux(EhInputSection *s);