Home
last modified time | relevance | path

Searched refs:splitSections (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp4035 template <class ELFT> void elf::splitSections(Ctx &ctx) { in splitSections() function in elf
5004 template void elf::splitSections<ELF32LE>(Ctx &);
5005 template void elf::splitSections<ELF32BE>(Ctx &);
5006 template void elf::splitSections<ELF64LE>(Ctx &);
5007 template void elf::splitSections<ELF64BE>(Ctx &);
H A DSyntheticSections.h1459 template <class ELFT> void splitSections(Ctx &);
H A DDriver.cpp3425 splitSections<ELFT>(ctx); in link()