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.cpp3945 template <class ELFT> void elf::splitSections() { in splitSections() function in elf
4932 template void elf::splitSections<ELF32LE>();
4933 template void elf::splitSections<ELF32BE>();
4934 template void elf::splitSections<ELF64LE>();
4935 template void elf::splitSections<ELF64BE>();
H A DSyntheticSections.h1431 template <class ELFT> void splitSections();
H A DDriver.cpp3119 splitSections<ELFT>(); in link()