Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DSymbols.cpp415 const OutputSectionSymbol *SectionSymbol::getOutputSectionSymbol() const { in getOutputSectionSymbol() function in lld::wasm::SectionSymbol
H A DSymbols.h273 const OutputSectionSymbol *getOutputSectionSymbol() const;
H A DInputFiles.cpp108 sym = ss->getOutputSectionSymbol(); in calcNewIndex()