Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DInputChunks.cpp109 int32_t inputSectionOffset = getInputSectionOffset(); in relocate()
176 int32_t off = outSecOff - getInputSectionOffset(); in writeRelocations()
277 const uint8_t *funcStart = secStart + getInputSectionOffset(); in calculateSize()
281 uint32_t start = getInputSectionOffset(); in calculateSize()
314 const uint8_t *funcStart = secStart + getInputSectionOffset(); in writeCompressed()
377 uint64_t offset = getVA(rel.Offset) - getInputSectionOffset(); in generateRelocationCode()
H A DInputFiles.cpp186 reloc.Offset - segment->getInputSectionOffset(); in calcNewValue()
232 return c1->getInputSectionOffset() < c2->getInputSectionOffset(); in setRelocs()
242 c->getInputSectionOffset(), relocLess); in setRelocs()
244 relocsStart, relocsEnd, c->getInputSectionOffset() + c->getInputSize(), in setRelocs()
H A DInputChunks.h76 uint32_t getInputSectionOffset() const { return inputSectionOffset; } in getInputSectionOffset() function
275 uint32_t getFunctionInputOffset() const { return getInputSectionOffset(); } in getFunctionInputOffset()