Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DSymbols.cpp340 const OutputSectionSymbol *SectionSymbol::getOutputSectionSymbol() const { in getOutputSectionSymbol() function in lld::wasm::SectionSymbol
DSymbols.h256 const OutputSectionSymbol *getOutputSectionSymbol() const;
DInputFiles.cpp110 sym = ss->getOutputSectionSymbol(); in calcNewIndex()