Home
last modified time | relevance | path

Searched refs:getOutputSegmentOffset (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lld/wasm/
DInputFiles.cpp245 return D->getOutputSegmentOffset() + reloc.Addend; in calcNewValue()
252 return cast<DefinedData>(sym)->getOutputSegmentOffset() + reloc.Addend; in calcNewValue()
DSymbols.cpp279 uint64_t DefinedData::getOutputSegmentOffset() const { in getOutputSegmentOffset() function in lld::wasm::DefinedData
DSymbols.h291 uint64_t getOutputSegmentOffset() const;
DSyntheticSections.cpp464 writeUleb128(sub.os, dataSym->getOutputSegmentOffset(), in writeBody()