Home
last modified time | relevance | path

Searched refs:MergeChunk (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lld/COFF/
H A DChunks.cpp943 MergeChunk::MergeChunk(uint32_t alignment) in MergeChunk() function in lld::coff::MergeChunk
948 void MergeChunk::addSection(COFFLinkerContext &ctx, SectionChunk *c) { in addSection()
954 mc = make<MergeChunk>(c->getAlignment()); in addSection()
958 void MergeChunk::finalizeContents() { in finalizeContents()
967 void MergeChunk::assignSubsectionRVAs() { in assignSubsectionRVAs()
976 uint32_t MergeChunk::getOutputCharacteristics() const { in getOutputCharacteristics()
980 size_t MergeChunk::getSize() const { in getSize()
984 void MergeChunk::writeTo(uint8_t *buf) const { in writeTo()
H A DCOFFLinkerContext.h40 MergeChunk *mergeChunkInstances[Log2MaxSectionAlignment + 1] = {};
H A DChunks.h414 class MergeChunk : public NonSectionChunk {
416 MergeChunk(uint32_t alignment);
H A DICF.cpp266 for (MergeChunk *mc : ctx.mergeChunkInstances) in run()
H A DWriter.cpp951 for (MergeChunk *p : ctx.mergeChunkInstances) { in createMiscChunks()
1122 for (MergeChunk *mc : ctx.mergeChunkInstances) in assignOutputSectionIndices()
1324 for (MergeChunk *mc : ctx.mergeChunkInstances) in assignAddresses()
H A DInputFiles.cpp267 MergeChunk::addSection(ctx, c); in readSection()