Home
last modified time | relevance | path

Searched refs:mergeChunkInstances (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/COFF/
HDCOFFLinkerContext.h40 MergeChunk *mergeChunkInstances[Log2MaxSectionAlignment + 1] = {}; variable
HDICF.cpp278 for (MergeChunk *mc : ctx.mergeChunkInstances) in run()
HDChunks.cpp1028 assert(p2Align < std::size(ctx.mergeChunkInstances)); in addSection()
1029 auto *&mc = ctx.mergeChunkInstances[p2Align]; in addSection()
HDWriter.cpp1094 for (MergeChunk *p : ctx.mergeChunkInstances) { in createMiscChunks()
1282 for (MergeChunk *mc : ctx.mergeChunkInstances) in assignOutputSectionIndices()
1557 for (MergeChunk *mc : ctx.mergeChunkInstances) in assignAddresses()