Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp3369 template <class ELFT> void elf::splitSections() { in splitSections() function in elf
3866 template void elf::splitSections<ELF32LE>();
3867 template void elf::splitSections<ELF32BE>();
3868 template void elf::splitSections<ELF64LE>();
3869 template void elf::splitSections<ELF64BE>();
H A DSyntheticSections.h1200 template <class ELFT> void splitSections();
H A DDriver.cpp2437 splitSections<ELFT>(); in link()