Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp395 bool shouldLink(GlobalValue *DGV, GlobalValue &SGV);
545 if (ForIndirectSymbol || shouldLink(New, *SGV)) in materialize()
863 return !shouldLink(DGV, *Key); in linkAppendingVarProto()
892 bool IRLinker::shouldLink(GlobalValue *DGV, GlobalValue &SGV) { in shouldLink() function in IRLinker
917 bool ShouldLink = shouldLink(DGV, *SGV); in linkGlobalValueProto()