Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DSymbols.cpp341 assert(section->outputSec && section->outputSec->sectionSym); in getOutputSectionSymbol()
342 return section->outputSec->sectionSym; in getOutputSectionSymbol()
DOutputSections.h53 OutputSectionSymbol *sectionSym = nullptr; variable
DWriter.cpp152 sec->sectionSym = sym; in createCustomSections()