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.cpp134 OutputDesc *&secRef = nameToOutputSection[CachedHashStringRef(name)]; in createOutputSection() local
136 if (secRef && secRef->osec.location.empty()) { in createOutputSection()
138 sec = secRef; in createOutputSection()
141 if (!secRef) in createOutputSection()
142 secRef = sec; in createOutputSection()