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.cpp390 void OutputSection::writeHeaderTo(uint8_t *buf, bool isDebug) { in writeHeaderTo() function in OutputSection
1944 sec->writeHeaderTo(buf, config->debug); in writeHeader()
/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp58 void OutputSection::writeHeaderTo(typename ELFT::Shdr *shdr) { in writeHeaderTo() function in OutputSection
942 template void OutputSection::writeHeaderTo<ELF32LE>(ELF32LE::Shdr *Shdr);
943 template void OutputSection::writeHeaderTo<ELF32BE>(ELF32BE::Shdr *Shdr);
944 template void OutputSection::writeHeaderTo<ELF64LE>(ELF64LE::Shdr *Shdr);
945 template void OutputSection::writeHeaderTo<ELF64BE>(ELF64BE::Shdr *Shdr);
H A DOutputSections.h45 template <typename ELFT> void writeHeaderTo(typename ELFT::Shdr *sHdr);
H A DWriter.cpp2912 sec->writeHeaderTo<ELFT>(++sHdrs); in writeHeader()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp1528 osec->template writeHeaderTo<ELFT>(++sHdrs); in writeARMCmseImportLib()