Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DSymbols.cpp284 uint64_t DefinedData::getOutputSegmentIndex() const { in getOutputSegmentIndex() function in lld::wasm::DefinedData
DSymbols.h292 uint64_t getOutputSegmentIndex() const;
DSyntheticSections.cpp463 writeUleb128(sub.os, dataSym->getOutputSegmentIndex(), "index"); in writeBody()