Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DOutputSegment.cpp29 inSeg->outputSeg = this; in addInputSegment()
61 syn->outputSeg = this; in finalizeInputSegments()
H A DRelocations.cpp134 if (!D->segment->outputSeg->isTLS()) { in scanRelocations()
138 "` in non-TLS section: " + D->segment->outputSeg->name); in scanRelocations()
H A DInputChunks.cpp357 return (outputSeg ? outputSeg->startVA : 0) + getChunkOffset(offset); in getVA()
H A DInputChunks.h93 const OutputSegment *outputSeg = nullptr; variable
H A DSymbols.cpp327 return segment->outputSeg->index; in getOutputSegmentIndex()
H A DInputFiles.cpp185 uint64_t p = segment->outputSeg->startVA + segment->outputSegmentOffset + in calcNewValue()