Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DSymbols.cpp325 uint64_t DefinedData::getOutputSegmentIndex() const { in getOutputSegmentIndex() function in lld::wasm::DefinedData
H A DSymbols.h309 uint64_t getOutputSegmentIndex() const;
H A DSyntheticSections.cpp653 writeUleb128(sub.os, dataSym->getOutputSegmentIndex(), "index"); in writeBody()