Searched refs:MergeChunk (Results 1 – 6 of 6) sorted by relevance
1020 MergeChunk::MergeChunk(uint32_t alignment) in MergeChunk() function in lld::coff::MergeChunk1025 void MergeChunk::addSection(COFFLinkerContext &ctx, SectionChunk *c) { in addSection()1031 mc = make<MergeChunk>(c->getAlignment()); in addSection()1035 void MergeChunk::finalizeContents() { in finalizeContents()1044 void MergeChunk::assignSubsectionRVAs() { in assignSubsectionRVAs()1053 uint32_t MergeChunk::getOutputCharacteristics() const { in getOutputCharacteristics()1057 size_t MergeChunk::getSize() const { in getSize()1061 void MergeChunk::writeTo(uint8_t *buf) const { in writeTo()
40 MergeChunk *mergeChunkInstances[Log2MaxSectionAlignment + 1] = {};
489 class MergeChunk : public NonSectionChunk {491 MergeChunk(uint32_t alignment);
278 for (MergeChunk *mc : ctx.mergeChunkInstances) in run()
1094 for (MergeChunk *p : ctx.mergeChunkInstances) { in createMiscChunks()1282 for (MergeChunk *mc : ctx.mergeChunkInstances) in assignOutputSectionIndices()1557 for (MergeChunk *mc : ctx.mergeChunkInstances) in assignAddresses()
307 MergeChunk::addSection(ctx, c); in readSection()