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

/openbsd-current/gnu/llvm/lld/wasm/
H A DOutputSections.cpp68 void CodeSection::writeTo(uint8_t *buf) { function in class:lld::wasm::CodeSection
167 void DataSection::writeTo(uint8_t *buf) { function in class:lld::wasm::DataSection
259 void CustomSection::writeTo(uint8_t *buf) { function in class:lld::wasm::CustomSection
H A DInputChunks.cpp85 void InputChunk::writeTo(uint8_t *buf) const { function in class:lld::wasm::InputChunk
H A DSyntheticSections.cpp41 void writeTo(raw_ostream &to) { function in class:lld::wasm::__anon1269::SubSection
[all...]
/openbsd-current/gnu/llvm/lld/MachO/
H A DInputSection.cpp160 void ConcatInputSection::writeTo(uint8_t *buf) { function in class:ConcatInputSection
H A DConcatOutputSection.cpp359 void ConcatOutputSection::writeTo(uint8_t *buf) const { function in class:ConcatOutputSection
364 void TextOutputSection::writeTo(uint8_t *buf) const { function in class:TextOutputSection
H A DExportTrie.cpp123 void TrieNode::writeTo(uint8_t *buf) const { function in class:TrieNode
246 void TrieBuilder::writeTo(uint8_t *buf) const { function in class:TrieBuilder
H A DUnwindInfoSection.cpp621 void UnwindInfoSectionImpl::writeTo(uint8_t *buf) const { function in class:UnwindInfoSectionImpl
H A DSyntheticSections.cpp124 void MachHeaderSection::writeTo(uint8_t *buf) const { function in class:MachHeaderSection
304 void RebaseSection::writeTo(uint8_t *buf) const { function in class:RebaseSection
390 void NonLazyPointerSectionBase::writeTo(uint8_t *buf) const { function in class:NonLazyPointerSectionBase
663 void BindingSection::writeTo(uint8_t *buf) const { function in class:BindingSection
697 void WeakBindingSection::writeTo(uint8_t *buf) const { function in class:WeakBindingSection
714 void StubsSection::writeTo(uint8_t *buf) const { function in class:StubsSection
778 void StubHelperSection::writeTo(uint8_t *buf) const { function in class:StubHelperSection
876 void ObjCStubsSection::writeTo(uint8_t *buf) const { function in class:ObjCStubsSection
904 void LazyPointerSection::writeTo(uint8_ function in class:LazyPointerSection
931 void LazyBindingSection::writeTo(uint8_t *buf) const { function in class:LazyBindingSection
986 void ExportSection::writeTo(uint8_t *buf) const { trieBuilder.writeTo(buf); } function in class:ExportSection
1046 void DataInCodeSection::writeTo(uint8_t *buf) const { function in class:DataInCodeSection
1083 void FunctionStartsSection::writeTo(uint8_t *buf) const { function in class:FunctionStartsSection
1306 template <class LP> void SymtabSectionImpl<LP>::writeTo(uint8_t *buf) const { function in class:SymtabSectionImpl
1418 void IndirectSymtabSection::writeTo(uint8_t *buf) const { function in class:IndirectSymtabSection
1456 void StringTableSection::writeTo(uint8_t *buf) const { function in class:StringTableSection
1514 void CodeSignatureSection::writeTo(uint8_t *buf) const { function in class:CodeSignatureSection
1596 void BitcodeBundleSection::writeTo(uint8_t *buf) const { function in class:BitcodeBundleSection
1624 void CStringSection::writeTo(uint8_t *buf) const { function in class:CStringSection
1730 void DeduplicatedCStringSection::writeTo(uint8_t *buf) const { function in class:DeduplicatedCStringSection
1803 void WordLiteralSection::writeTo(uint8_t *buf) const { function in class:WordLiteralSection
1893 void ObjCImageInfoSection::writeTo(uint8_t *buf) const { function in class:ObjCImageInfoSection
1912 void InitOffsetsSection::writeTo(uint8_t *buf) const { function in class:InitOffsetsSection
2097 size_t ChainedFixupsSection::SegmentInfo::writeTo(uint8_t *buf) const { function in class:ChainedFixupsSection::SegmentInfo
2139 void ChainedFixupsSection::writeTo(uint8_t *buf) const { function in class:ChainedFixupsSection
[all...]
/openbsd-current/gnu/llvm/lld/ELF/
H A DARMErrataFix.cpp177 void Patch657417Section::writeTo(uint8_t *buf) { function in class:Patch657417Section
H A DAArch64ErrataFix.cpp409 void Patch843419Section::writeTo(uint8_t *buf) { function in class:Patch843419Section
H A DOutputSections.cpp444 void OutputSection::writeTo(uint8_t *buf, parallel::TaskGroup &tg) { function in class:OutputSection
H A DThunks.cpp482 void AArch64ABSLongThunk::writeTo(uint8_t *buf) { function in class:AArch64ABSLongThunk
506 void AArch64ADRPThunk::writeTo(uint8_t *buf) { function in class:AArch64ADRPThunk
548 void ARMThunk::writeTo(uint8_t *buf) { function in class:ARMThunk
594 void ThumbThunk::writeTo(uint8_t *buf) { function in class:ThumbThunk
905 void MipsThunk::writeTo(uint8_t *buf) { function in class:MipsThunk
927 void MicroMipsThunk::writeTo(uint8_t *buf) { function in class:MicroMipsThunk
952 void MicroMipsR6Thunk::writeTo(uint8_t *buf) { function in class:MicroMipsR6Thunk
1011 void PPC32PltCallStub::writeTo(uint8_t *buf) { function in class:PPC32PltCallStub
1039 void PPC32LongThunk::writeTo(uint8_t *buf) { function in class:PPC32LongThunk
1071 void PPC64PltCallStub::writeTo(uint8_t *buf) { function in class:PPC64PltCallStub
1090 void PPC64R2SaveStub::writeTo(uint8_t *buf) { function in class:PPC64R2SaveStub
1133 void PPC64R12SetupStub::writeTo(uint8_t *buf) { function in class:PPC64R12SetupStub
1168 void PPC64PCRelPLTStub::writeTo(uint8_t *buf) { function in class:PPC64PCRelPLTStub
1204 void PPC64LongBranchThunk::writeTo(uint8_t *buf) { function in class:PPC64LongBranchThunk
[all...]
H A DInputSection.cpp1083 template <class ELFT> void InputSection::writeTo(uint8_t *buf) { function in class:InputSection
H A DSyntheticSections.cpp101 template <class ELFT> void MipsAbiFlagsSection<ELFT>::writeTo(uint8_t *buf) { function in class:MipsAbiFlagsSection
161 template <class ELFT> void MipsOptionsSection<ELFT>::writeTo(uint8_t *buf) { function in class:MipsOptionsSection
222 template <class ELFT> void MipsReginfoSection<ELFT>::writeTo(uint8_t *buf) { function in class:MipsReginfoSection
309 void GnuPropertySection::writeTo(uint8_t *buf) { function in class:GnuPropertySection
331 void BuildIdSection::writeTo(uint8_t *buf) { function in class:BuildIdSection
589 void EhFrameSection::writeTo(uint8_t *buf) { function in class:EhFrameSection
682 void GotSection::writeTo(uint8_t *buf) { function in class:GotSection
1062 void MipsGotSection::writeTo(uint8_t *buf) { function in class:MipsGotSection
1151 void GotPltSection::writeTo(uint8_t *buf) { function in class:GotPltSection
1195 void IgotPltSection::writeTo(uint8_ function in class:IgotPltSection
1229 void StringTableSection::writeTo(uint8_t *buf) { function in class:StringTableSection
1538 template <class ELFT> void DynamicSection<ELFT>::writeTo(uint8_t *buf) { function in class:DynamicSection
1685 template <class ELFT> void RelocationSection<ELFT>::writeTo(uint8_t *buf) { function in class:RelocationSection
2195 template <class ELFT> void SymbolTableSection<ELFT>::writeTo(uint8_t *buf) { function in class:SymbolTableSection
2277 void SymtabShndxSection::writeTo(uint8_t *buf) { function in class:SymtabShndxSection
2363 void GnuHashTableSection::writeTo(uint8_t *buf) { function in class:GnuHashTableSection
2468 void HashTableSection::writeTo(uint8_t *buf) { function in class:HashTableSection
2514 void PltSection::writeTo(uint8_t *buf) { function in class:PltSection
2561 void IpltSection::writeTo(uint8_t *buf) { function in class:IpltSection
2593 void PPC32GlinkSection::writeTo(uint8_t *buf) { function in class:PPC32GlinkSection
2662 void IBTPltSection::writeTo(uint8_t *buf) { function in class:IBTPltSection
2908 void GdbIndexSection::writeTo(uint8_t *buf) { function in class:GdbIndexSection
2982 void EhFrameHeader::writeTo(uint8_t *buf) { function in class:EhFrameHeader
3068 void VersionDefinitionSection::writeTo(uint8_t *buf) { function in class:VersionDefinitionSection
3102 void VersionTableSection::writeTo(uint8_t *buf) { function in class:VersionTableSection
3176 template <class ELFT> void VersionNeedSection<ELFT>::writeTo(uint8_t *buf) { function in class:VersionNeedSection
3229 void MergeTailSection::writeTo(uint8_t *buf) { builder.write(buf); } function in class:MergeTailSection
3251 void MergeNoTailSection::writeTo(uint8_t *buf) { function in class:MergeNoTailSection
3530 void ARMExidxSyntheticSection::writeTo(uint8_t *buf) { function in class:ARMExidxSyntheticSection
[all...]
/openbsd-current/gnu/llvm/lld/COFF/
H A DChunks.h155 virtual void writeTo(uint8_t *buf) const {} function in class:lld::coff::NonSectionChunk
393 inline void Chunk::writeTo(uint8_t *buf) const { function in class:lld::coff::Chunk
[all...]
H A DChunks.cpp390 void SectionChunk::writeTo(uint8_t *buf) const { function in class:lld::coff::SectionChunk
752 void StringChunk::writeTo(uint8_t *buf) const { function in class:lld::coff::StringChunk
764 void ImportThunkChunkX64::writeTo(uint8_t *buf) const { function in class:lld::coff::ImportThunkChunkX64
774 void ImportThunkChunkX86::writeTo(uint8_t *buf) const { function in class:lld::coff::ImportThunkChunkX86
784 void ImportThunkChunkARM::writeTo(uint8_t *buf) const { function in class:lld::coff::ImportThunkChunkARM
790 void ImportThunkChunkARM64::writeTo(uint8_t *buf) const { function in class:lld::coff::ImportThunkChunkARM64
810 void RangeExtensionThunkARM::writeTo(uint8_t *buf) const { function in class:lld::coff::RangeExtensionThunkARM
831 void RangeExtensionThunkARM64::writeTo(uint8_t *buf) const { function in class:lld::coff::RangeExtensionThunkARM64
849 void LocalImportChunk::writeTo(uint8_ function in class:lld::coff::LocalImportChunk
857 void RVATableChunk::writeTo(uint8_t *buf) const { function in class:lld::coff::RVATableChunk
867 void RVAFlagTableChunk::writeTo(uint8_t *buf) const { function in class:lld::coff::RVAFlagTableChunk
896 void PseudoRelocTableChunk::writeTo(uint8_t *buf) const { function in class:lld::coff::PseudoRelocTableChunk
969 void BaserelChunk::writeTo(uint8_t *buf) const { function in class:lld::coff::BaserelChunk
1027 void MergeChunk::writeTo(uint8_t *buf) const { function in class:lld::coff::MergeChunk
1034 void AbsolutePointerChunk::writeTo(uint8_t *buf) const { function in class:lld::coff::AbsolutePointerChunk
[all...]
/openbsd-current/gnu/llvm/lld/ELF/Arch/
H A DRISCV.cpp967 void RISCVAttributesSection::writeTo(uint8_t *buf) { function in class:RISCVAttributesSection

Completed in 456 milliseconds