Searched refs:mergeChunkInstances (Results 1 – 4 of 4) sorted by relevance
40 MergeChunk *mergeChunkInstances[Log2MaxSectionAlignment + 1] = {}; variable
278 for (MergeChunk *mc : ctx.mergeChunkInstances) in run()
1028 assert(p2Align < std::size(ctx.mergeChunkInstances)); in addSection()1029 auto *&mc = ctx.mergeChunkInstances[p2Align]; in addSection()
1094 for (MergeChunk *p : ctx.mergeChunkInstances) { in createMiscChunks()1282 for (MergeChunk *mc : ctx.mergeChunkInstances) in assignOutputSectionIndices()1557 for (MergeChunk *mc : ctx.mergeChunkInstances) in assignAddresses()