Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lld/MachO/
HDWriter.h30 void createSyntheticSections();
HDWriter.cpp1347 void macho::createSyntheticSections() { in createSyntheticSections() function in macho
HDDriver.cpp1988 createSyntheticSections(); in link()
/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDSyntheticSections.cpp4649 template <class ELFT> void elf::createSyntheticSections() { in createSyntheticSections() function in elf
4961 template void elf::createSyntheticSections<ELF32LE>();
4962 template void elf::createSyntheticSections<ELF32BE>();
4963 template void elf::createSyntheticSections<ELF64LE>();
4964 template void elf::createSyntheticSections<ELF64BE>();
HDSyntheticSections.h1428 template <class ELFT> void createSyntheticSections();
HDDriver.cpp3135 createSyntheticSections<ELFT>(); in link()