Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DOutputSections.cpp56 void OutputSection::writeHeaderTo(typename ELFT::Shdr *Shdr) { in writeHeaderTo() function in OutputSection
419 template void OutputSection::writeHeaderTo<ELF32LE>(ELF32LE::Shdr *Shdr);
420 template void OutputSection::writeHeaderTo<ELF32BE>(ELF32BE::Shdr *Shdr);
421 template void OutputSection::writeHeaderTo<ELF64LE>(ELF64LE::Shdr *Shdr);
422 template void OutputSection::writeHeaderTo<ELF64BE>(ELF64BE::Shdr *Shdr);
H A DOutputSections.h53 template <typename ELFT> void writeHeaderTo(typename ELFT::Shdr *SHdr);
H A DWriter.cpp2441 Sec->writeHeaderTo<ELFT>(++SHdrs); in writeHeader()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DWriter.h43 void writeHeaderTo(uint8_t *Buf);
H A DWriter.cpp289 void OutputSection::writeHeaderTo(uint8_t *Buf) { in writeHeaderTo() function in lld::coff::OutputSection
1284 Sec->writeHeaderTo(Buf); in writeHeader()