Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DLinkerScript.cpp135 OutputDesc *&secRef = nameToOutputSection[CachedHashStringRef(name)]; in createOutputSection() local
137 if (secRef && secRef->osec.location.empty()) { in createOutputSection()
139 sec = secRef; in createOutputSection()
142 if (!secRef) in createOutputSection()
143 secRef = sec; in createOutputSection()