Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp3333 template <class ELFT> void elf::splitSections() { in splitSections() function in elf
3996 template void elf::splitSections<ELF32LE>();
3997 template void elf::splitSections<ELF32BE>();
3998 template void elf::splitSections<ELF64LE>();
3999 template void elf::splitSections<ELF64BE>();
H A DSyntheticSections.h1288 template <class ELFT> void splitSections();
H A DDriver.cpp2983 invokeELFT(splitSections,); in link()