Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DWriter.h50 void writeHeaderTo(uint8_t *buf, bool isDebug);
H A DWriter.cpp347 void OutputSection::writeHeaderTo(uint8_t *buf, bool isDebug) { in writeHeaderTo() function in OutputSection
1591 sec->writeHeaderTo(buf, config->debug); in writeHeader()
/openbsd-src/gnu/llvm/lld/ELF/
H A DOutputSections.cpp61 void OutputSection::writeHeaderTo(typename ELFT::Shdr *shdr) { in writeHeaderTo() function in OutputSection
758 template void OutputSection::writeHeaderTo<ELF32LE>(ELF32LE::Shdr *Shdr);
759 template void OutputSection::writeHeaderTo<ELF32BE>(ELF32BE::Shdr *Shdr);
760 template void OutputSection::writeHeaderTo<ELF64LE>(ELF64LE::Shdr *Shdr);
761 template void OutputSection::writeHeaderTo<ELF64BE>(ELF64BE::Shdr *Shdr);
H A DOutputSections.h44 template <typename ELFT> void writeHeaderTo(typename ELFT::Shdr *sHdr);
H A DWriter.cpp2853 sec->writeHeaderTo<ELFT>(++sHdrs); in writeHeader()