Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DWriter.h30 void createSyntheticSections();
H A DWriter.cpp1347 void macho::createSyntheticSections() { in createSyntheticSections() function in macho
H A DDriver.cpp1988 createSyntheticSections(); in link()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.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>();
H A DSyntheticSections.h1428 template <class ELFT> void createSyntheticSections();
H A DDriver.cpp3135 createSyntheticSections<ELFT>(); in link()