Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp803 bool canBeExternal = !sym.isLocal() && sym.visibility() == STV_DEFAULT; in maybeReportUndefined() local
804 if (ctx.arg.unresolvedSymbols == UnresolvedPolicy::Ignore && canBeExternal) in maybeReportUndefined()
820 (ctx.arg.unresolvedSymbols == UnresolvedPolicy::Warn && canBeExternal) || in maybeReportUndefined()