Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DInputChunks.h54 virtual uint32_t getInputSectionOffset() const = 0;
108 uint32_t getInputSectionOffset() const override { in getInputSectionOffset() function
145 uint32_t getFunctionInputOffset() const { return getInputSectionOffset(); } in getFunctionInputOffset()
158 uint32_t getInputSectionOffset() const override { in getInputSectionOffset() function
176 return file->codeSection->Content.slice(getInputSectionOffset(), in data()
231 uint32_t getInputSectionOffset() const override { return 0; } in getInputSectionOffset() function
DInputChunks.cpp64 auto offset = rel.Offset - getInputSectionOffset(); in verifyRelocTargets()
136 int32_t off = outputOffset - getInputSectionOffset(); in writeTo()
197 int32_t off = outputOffset - getInputSectionOffset(); in writeRelocations()
288 const uint8_t *funcStart = secStart + getInputSectionOffset(); in calculateSize()
292 uint32_t start = getInputSectionOffset(); in calculateSize()
327 const uint8_t *funcStart = secStart + getInputSectionOffset(); in writeTo()
371 uint64_t offset = rel.Offset - getInputSectionOffset(); in generateRelocationCode()
DInputFiles.cpp289 return c1->getInputSectionOffset() < c2->getInputSectionOffset(); in setRelocs()
299 c->getInputSectionOffset(), relocLess); in setRelocs()
301 relocsStart, relocsEnd, c->getInputSectionOffset() + c->getInputSize(), in setRelocs()