Searched refs:ShouldLink (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp971 bool ShouldLink = shouldLink(DGV, *SGV); local
974 if (ShouldLink) {
984 if (!ShouldLink && ForIndirectSymbol)
994 if (DGV && !ShouldLink) {
1003 NewGV = copyGlobalValueProto(SGV, ShouldLink || ForIndirectSymbol);
1004 if (ShouldLink || !ForIndirectSymbol)
1015 if (ShouldLink || ForIndirectSymbol) {
1025 if (!ShouldLink && ForIndirectSymbol)

Completed in 156 milliseconds