Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DOutputSections.h50 OutputSectionSymbol *sectionSym = nullptr; variable
H A DSymbols.cpp416 assert(section->outputSec && section->outputSec->sectionSym); in getOutputSectionSymbol()
417 return section->outputSec->sectionSym; in getOutputSectionSymbol()
H A DWriter.cpp165 sec->sectionSym = sym; in createCustomSections()