Searched refs:MergeChunk (Results 1 – 6 of 6) sorted by relevance
986 MergeChunk::MergeChunk(uint32_t alignment) in MergeChunk() function in lld::coff::MergeChunk991 void MergeChunk::addSection(COFFLinkerContext &ctx, SectionChunk *c) { in addSection()997 mc = make<MergeChunk>(c->getAlignment()); in addSection()1001 void MergeChunk::finalizeContents() { in finalizeContents()1010 void MergeChunk::assignSubsectionRVAs() { in assignSubsectionRVAs()1019 uint32_t MergeChunk::getOutputCharacteristics() const { in getOutputCharacteristics()1023 size_t MergeChunk::getSize() const { in getSize()1027 void MergeChunk::writeTo(uint8_t *buf) const { in writeTo()
40 MergeChunk *mergeChunkInstances[Log2MaxSectionAlignment + 1] = {};
430 class MergeChunk : public NonSectionChunk {432 MergeChunk(uint32_t alignment);
264 for (MergeChunk *mc : ctx.mergeChunkInstances) in run()
1009 for (MergeChunk *p : ctx.mergeChunkInstances) { in createMiscChunks()1184 for (MergeChunk *mc : ctx.mergeChunkInstances) in assignOutputSectionIndices()1405 for (MergeChunk *mc : ctx.mergeChunkInstances) in assignAddresses()
268 MergeChunk::addSection(ctx, c); in readSection()