Home
last modified time | relevance | path

Searched refs:inputSegments (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lld/wasm/
DOutputSegment.h27 inputSegments.push_back(inSeg); in addInputSegment()
41 std::vector<InputSegment *> inputSegments; variable
DOutputSections.cpp179 for (InputSegment *inputSeg : segment->inputSegments) { in finalizeContents()
209 for (const InputChunk *chunk : segment->inputSegments) in writeTo()
217 for (const InputChunk *inputSeg : seg->inputSegments) in getNumRelocations()
224 for (const InputChunk *c : seg->inputSegments) in writeRelocations()
DSyntheticSections.cpp511 const auto &inputSegments = dataSegments[i]->inputSegments; in writeBody() local
512 if (inputSegments.empty()) in writeBody()
514 StringRef comdat = inputSegments[0]->getComdatName(); in writeBody()
516 for (const InputSegment *isec : inputSegments) in writeBody()
DMapFile.cpp137 for (auto *chunk : oseg->inputSegments) { in writeMapFile()
DWriter.cpp1046 for (const InputSegment *inSeg : seg->inputSegments) in createApplyRelocationsFunction()