Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp55 bool shouldLinkFromSource(bool &LinkFromSrc, const GlobalValue &Dest,
256 bool ModuleLinker::shouldLinkFromSource(bool &LinkFromSrc, in shouldLinkFromSource() function in ModuleLinker
405 if (DGV && shouldLinkFromSource(LinkFromSrc, *DGV, GV)) in linkIfNeeded()
428 if (DGV && shouldLinkFromSource(LinkFromSrc, *DGV, *GV2)) in addLazyFor()
553 if (DGV && shouldLinkFromSource(LinkFromSrc, *DGV, *GV2)) in run()