Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/wasm/
H A DSymbols.cpp422 const OutputSectionSymbol *SectionSymbol::getOutputSectionSymbol() const { in getOutputSectionSymbol() function in lld::wasm::SectionSymbol
H A DSymbols.h280 const OutputSectionSymbol *getOutputSectionSymbol() const;
H A DInputFiles.cpp110 sym = ss->getOutputSectionSymbol(); in calcNewIndex()