Home
last modified time | relevance | path

Searched refs:createSyntheticSections (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DWriter.h30 void createSyntheticSections();
H A DWriter.cpp1329 void macho::createSyntheticSections() { in createSyntheticSections() function in macho
H A DDriver.cpp1917 createSyntheticSections(); in link()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DWriter.h20 template <class ELFT> void createSyntheticSections();
H A DWriter.cpp323 template <class ELFT> void elf::createSyntheticSections() { in createSyntheticSections() function in elf
3119 template void elf::createSyntheticSections<ELF32LE>();
3120 template void elf::createSyntheticSections<ELF32BE>();
3121 template void elf::createSyntheticSections<ELF64LE>();
3122 template void elf::createSyntheticSections<ELF64BE>();
H A DDriver.cpp2999 invokeELFT(createSyntheticSections,); in link()