Home
last modified time | relevance | path

Searched refs:addMergeChunk (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lld/wasm/
H A DOutputSegment.cpp68 (*i)->addMergeChunk(ms); in finalizeInputSegments()
H A DOutputSections.cpp233 mergedSection->addMergeChunk(ms); in finalizeInputSections()
H A DInputChunks.h232 void addMergeChunk(MergeInputChunk *ms) { in addMergeChunk() function