Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp82 OutputSection *&secRef = nameToOutputSection[name]; in createOutputSection() local
84 if (secRef && secRef->location.empty()) { in createOutputSection()
86 sec = secRef; in createOutputSection()
89 if (!secRef) in createOutputSection()
90 secRef = sec; in createOutputSection()