Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DWriter.h31 void createSyntheticSections();
H A DWriter.cpp1208 void macho::createSyntheticSections() { in createSyntheticSections() function in macho
H A DDriver.cpp1608 createSyntheticSections(); in link()
/llvm-project-15.0.7/lld/ELF/
H A DWriter.h21 template <class ELFT> void createSyntheticSections();
H A DWriter.cpp281 template <class ELFT> void elf::createSyntheticSections() { in createSyntheticSections() function in elf
3000 template void elf::createSyntheticSections<ELF32LE>();
3001 template void elf::createSyntheticSections<ELF32BE>();
3002 template void elf::createSyntheticSections<ELF64LE>();
3003 template void elf::createSyntheticSections<ELF64BE>();
H A DDriver.cpp2750 invokeELFT(createSyntheticSections); in link()
/llvm-project-15.0.7/lld/wasm/
H A DWriter.cpp95 void createSyntheticSections();
1494 void Writer::createSyntheticSections() { in createSyntheticSections() function in lld::wasm::Writer
1533 createSyntheticSections(); in run()