Searched refs:MergeChunk (Results 1 – 6 of 6) sorted by relevance
1037 MergeChunk::MergeChunk(uint32_t alignment) in MergeChunk() function in lld::coff::MergeChunk1042 void MergeChunk::addSection(COFFLinkerContext &ctx, SectionChunk *c) { in addSection()1048 mc = make<MergeChunk>(c->getAlignment()); in addSection()1052 void MergeChunk::finalizeContents() { in finalizeContents()1061 void MergeChunk::assignSubsectionRVAs() { in assignSubsectionRVAs()1070 uint32_t MergeChunk::getOutputCharacteristics() const { in getOutputCharacteristics()1074 size_t MergeChunk::getSize() const { in getSize()1078 void MergeChunk::writeTo(uint8_t *buf) const { in writeTo()
65 MergeChunk *mergeChunkInstances[Log2MaxSectionAlignment + 1] = {};
274 for (MergeChunk *mc : ctx.mergeChunkInstances) in run()
496 class MergeChunk : public NonSectionChunk {498 MergeChunk(uint32_t alignment);
1201 for (MergeChunk *p : ctx.mergeChunkInstances) { in createMiscChunks()1432 for (MergeChunk *mc : ctx.mergeChunkInstances) in assignOutputSectionIndices()1739 for (MergeChunk *mc : ctx.mergeChunkInstances) in assignAddresses()
451 MergeChunk::addSection(symtab.ctx, c); in readSection()