Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DSymbols.cpp308 return getOutputSegmentOffset() + value; in getVA()
320 uint64_t DefinedData::getOutputSegmentOffset() const { in getOutputSegmentOffset() function in lld::wasm::DefinedData
H A DSymbols.h308 uint64_t getOutputSegmentOffset() const;
H A DSyntheticSections.cpp654 writeUleb128(sub.os, dataSym->getOutputSegmentOffset(), in writeBody()