Home
last modified time | relevance | path

Searched refs:writeHeaderTo (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DOutputSections.cpp57 void OutputSection::writeHeaderTo(typename ELFT::Shdr *shdr) { in writeHeaderTo() function in OutputSection
671 template void OutputSection::writeHeaderTo<ELF32LE>(ELF32LE::Shdr *Shdr);
672 template void OutputSection::writeHeaderTo<ELF32BE>(ELF32BE::Shdr *Shdr);
673 template void OutputSection::writeHeaderTo<ELF64LE>(ELF64LE::Shdr *Shdr);
674 template void OutputSection::writeHeaderTo<ELF64BE>(ELF64BE::Shdr *Shdr);
H A DOutputSections.h43 template <typename ELFT> void writeHeaderTo(typename ELFT::Shdr *sHdr);
H A DWriter.cpp2830 sec->writeHeaderTo<ELFT>(++sHdrs); in writeHeader()
/llvm-project-15.0.7/lld/COFF/
H A DWriter.h51 void writeHeaderTo(uint8_t *buf);
H A DWriter.cpp330 void OutputSection::writeHeaderTo(uint8_t *buf) { in writeHeaderTo() function in OutputSection
1509 sec->writeHeaderTo(buf); in writeHeader()