Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.h50 void writeHeaderTo(uint8_t *buf, bool isDebug);
H A DWriter.cpp374 void OutputSection::writeHeaderTo(uint8_t *buf, bool isDebug) { in writeHeaderTo() function in OutputSection
1753 sec->writeHeaderTo(buf, config->debug); in writeHeader()
/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp63 void OutputSection::writeHeaderTo(typename ELFT::Shdr *shdr) { in writeHeaderTo() function in OutputSection
774 template void OutputSection::writeHeaderTo<ELF32LE>(ELF32LE::Shdr *Shdr);
775 template void OutputSection::writeHeaderTo<ELF32BE>(ELF32BE::Shdr *Shdr);
776 template void OutputSection::writeHeaderTo<ELF64LE>(ELF64LE::Shdr *Shdr);
777 template void OutputSection::writeHeaderTo<ELF64BE>(ELF64BE::Shdr *Shdr);
H A DOutputSections.h44 template <typename ELFT> void writeHeaderTo(typename ELFT::Shdr *sHdr);
H A DWriter.cpp2939 sec->writeHeaderTo<ELFT>(++sHdrs); in writeHeader()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp1444 osec->template writeHeaderTo<ELFT>(++sHdrs); in writeARMCmseImportLib()