Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/wasm/
H A DSymbols.cpp315 return getOutputSegmentOffset() + value; in getVA()
327 uint64_t DefinedData::getOutputSegmentOffset() const { in getOutputSegmentOffset() function in lld::wasm::DefinedData
H A DSymbols.h315 uint64_t getOutputSegmentOffset() const;
H A DSyntheticSections.cpp655 writeUleb128(sub.os, dataSym->getOutputSegmentOffset(), in writeBody()