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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp486 bool shouldLink(GlobalValue *DGV, GlobalValue &SGV);
618 if (ForIndirectSymbol || shouldLink(New, *SGV))
915 return !shouldLink(DGV, *Key);
947 bool IRLinker::shouldLink(GlobalValue *DGV, GlobalValue &SGV) { function in class:IRLinker
971 bool ShouldLink = shouldLink(DGV, *SGV);

Completed in 53 milliseconds