Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp136 OutputDesc *&secRef = nameToOutputSection[CachedHashStringRef(name)]; in createOutputSection() local
138 if (secRef && secRef->osec.location.empty()) { in createOutputSection()
140 sec = secRef; in createOutputSection()
143 if (!secRef) in createOutputSection()
144 secRef = sec; in createOutputSection()