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.cpp1376 void macho::createSyntheticSections() { in createSyntheticSections() function in macho
H A DDriver.cpp2146 createSyntheticSections(); in link()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp4722 template <class ELFT> void elf::createSyntheticSections(Ctx &ctx) { in createSyntheticSections() function in elf
5033 template void elf::createSyntheticSections<ELF32LE>(Ctx &);
5034 template void elf::createSyntheticSections<ELF32BE>(Ctx &);
5035 template void elf::createSyntheticSections<ELF64LE>(Ctx &);
5036 template void elf::createSyntheticSections<ELF64BE>(Ctx &);
H A DSyntheticSections.h1456 template <class ELFT> void createSyntheticSections(Ctx &);
H A DDriver.cpp3441 createSyntheticSections<ELFT>(ctx); in link()