Searched defs:writeTo (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/MachO/
H A DInputSection.cpp30 void InputSection::writeTo(uint8_t *buf) { function in class:InputSection
H A DMergedOutputSection.cpp47 void MergedOutputSection::writeTo(uint8_t *buf) const { function in class:MergedOutputSection
H A DExportTrie.cpp109 void TrieNode::writeTo(uint8_t *buf) const { function in class:TrieNode
228 void TrieBuilder::writeTo(uint8_t *buf) const { function in class:TrieBuilder
H A DSyntheticSections.cpp53 void MachHeaderSection::writeTo(uint8_t *buf) const { function in class:MachHeaderSection
90 void GotSection::writeTo(uint8_t *buf) const { function in class:GotSection
212 void BindingSection::writeTo(uint8_t *buf) const { function in class:BindingSection
223 void StubsSection::writeTo(uint8_t *buf) const { function in class:StubsSection
248 void StubHelperSection::writeTo(uint8_t *buf) const { function in class:StubHelperSection
292 void LazyPointerSection::writeTo(uint8_t *buf) const { function in class:LazyPointerSection
314 void LazyBindingSection::writeTo(uint8_t *buf) const { function in class:LazyBindingSection
356 void ExportSection::writeTo(uint8_t *buf) const { trieBuilder.writeTo(bu function in class:ExportSection
377 void SymtabSection::writeTo(uint8_t *buf) const { function in class:SymtabSection
403 void StringTableSection::writeTo(uint8_t *buf) const { function in class:StringTableSection
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp323 template <class ELFT> void OutputSection::writeTo(uint8_t *buf) { function in class:OutputSection
H A DThunks.cpp359 void AArch64ABSLongThunk::writeTo(uint8_t *buf) { function in class:AArch64ABSLongThunk
383 void AArch64ADRPThunk::writeTo(uint8_t *buf) { function in class:AArch64ADRPThunk
425 void ARMThunk::writeTo(uint8_t *buf) { function in class:ARMThunk
463 void ThumbThunk::writeTo(uint8_t *buf) { function in class:ThumbThunk
662 void MipsThunk::writeTo(uint8_t *buf) { function in class:MipsThunk
684 void MicroMipsThunk::writeTo(uint8_t *buf) { function in class:MicroMipsThunk
708 void MicroMipsR6Thunk::writeTo(uint8_t *buf) { function in class:MicroMipsR6Thunk
765 void PPC32PltCallStub::writeTo(uint8_t *buf) { function in class:PPC32PltCallStub
793 void PPC32LongThunk::writeTo(uint8_t *buf) { function in class:PPC32LongThunk
825 void PPC64PltCallStub::writeTo(uint8_t *buf) { function in class:PPC64PltCallStub
839 void PPC64R2SaveStub::writeTo(uint8_t *buf) { function in class:PPC64R2SaveStub
854 void PPC64LongBranchThunk::writeTo(uint8_t *buf) { function in class:PPC64LongBranchThunk
[all...]
H A DARMErrataFix.cpp170 void Patch657417Section::writeTo(uint8_t *buf) { function in class:Patch657417Section
H A DAArch64ErrataFix.cpp410 void Patch843419Section::writeTo(uint8_t *buf) { function in class:Patch843419Section
H A DInputSection.cpp1197 template <class ELFT> void InputSection::writeTo(uint8_t *buf) { function in class:InputSection
H A DSyntheticSections.cpp100 template <class ELFT> void MipsAbiFlagsSection<ELFT>::writeTo(uint8_t *buf) { function in class:MipsAbiFlagsSection
159 template <class ELFT> void MipsOptionsSection<ELFT>::writeTo(uint8_t *buf) { function in class:MipsOptionsSection
220 template <class ELFT> void MipsReginfoSection<ELFT>::writeTo(uint8_t *buf) { function in class:MipsReginfoSection
307 void GnuPropertySection::writeTo(uint8_t *buf) { function in class:GnuPropertySection
329 void BuildIdSection::writeTo(uint8_t *buf) { function in class:BuildIdSection
576 void EhFrameSection::writeTo(uint8_t *buf) { function in class:EhFrameSection
654 void GotSection::writeTo(uint8_t *buf) { function in class:GotSection
1020 void MipsGotSection::writeTo(uint8_t *buf) { function in class:MipsGotSection
1106 void GotPltSection::writeTo(uint8_t *buf) { function in class:GotPltSection
1150 void IgotPltSection::writeTo(uint8_ function in class:IgotPltSection
1180 void StringTableSection::writeTo(uint8_t *buf) { function in class:StringTableSection
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DChunks.cpp350 void SectionChunk::writeTo(uint8_t *buf) const { function in class:lld::coff::SectionChunk
657 void StringChunk::writeTo(uint8_t *buf) const { function in class:lld::coff::StringChunk
668 void ImportThunkChunkX64::writeTo(uint8_t *buf) const { function in class:lld::coff::ImportThunkChunkX64
678 void ImportThunkChunkX86::writeTo(uint8_t *buf) const { function in class:lld::coff::ImportThunkChunkX86
689 void ImportThunkChunkARM::writeTo(uint8_t *buf) const { function in class:lld::coff::ImportThunkChunkARM
695 void ImportThunkChunkARM64::writeTo(uint8_t *buf) const { function in class:lld::coff::ImportThunkChunkARM64
714 void RangeExtensionThunkARM::writeTo(uint8_t *buf) const { function in class:lld::coff::RangeExtensionThunkARM
734 void RangeExtensionThunkARM64::writeTo(uint8_t *buf) const { function in class:lld::coff::RangeExtensionThunkARM64
747 void LocalImportChunk::writeTo(uint8_t *buf) const { function in class:lld::coff::LocalImportChunk
755 void RVATableChunk::writeTo(uint8_ function in class:lld::coff::RVATableChunk
773 void PseudoRelocTableChunk::writeTo(uint8_t *buf) const { function in class:lld::coff::PseudoRelocTableChunk
846 void BaserelChunk::writeTo(uint8_t *buf) const { function in class:lld::coff::BaserelChunk
906 void MergeChunk::writeTo(uint8_t *buf) const { function in class:lld::coff::MergeChunk
913 void AbsolutePointerChunk::writeTo(uint8_t *buf) const { function in class:lld::coff::AbsolutePointerChunk
[all...]
H A DChunks.h157 virtual void writeTo(uint8_t *buf) const {} function in class:lld::coff::NonSectionChunk
364 inline void Chunk::writeTo(uint8_t *buf) const { function in class:lld::coff::Chunk
[all...]

Completed in 99 milliseconds