Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DOutputSegment.h25 void addInputSegment(InputChunk *inSeg);
H A DOutputSegment.cpp22 void OutputSegment::addInputSegment(InputChunk *inSeg) { in addInputSegment() function in lld::wasm::OutputSegment
H A DWriter.cpp912 s->addInputSegment(segment); in createOutputSegments()
960 combined->addInputSegment(inSeg); in combineOutputSegments()