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.cpp140 OutputDesc *&secRef = nameToOutputSection[CachedHashStringRef(name)]; in createOutputSection() local
142 if (secRef && secRef->osec.location.empty()) { in createOutputSection()
144 sec = secRef; in createOutputSection()
149 if (!secRef) in createOutputSection()
150 secRef = sec; in createOutputSection()
157 auto &secRef = nameToOutputSection[CachedHashStringRef(name)]; in getOrCreateOutputSection() local
158 if (!secRef) { in getOrCreateOutputSection()
159 secRef = descPool in getOrCreateOutputSection()
164 return secRef; in getOrCreateOutputSection()