Home
last modified time | relevance | path

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

/external/llvm/lib/Linker/
DLinkModules.cpp58 bool shouldLinkFromSource(bool &LinkFromSrc, const GlobalValue &Dest,
257 bool ModuleLinker::shouldLinkFromSource(bool &LinkFromSrc, in shouldLinkFromSource() function in ModuleLinker
413 if (DGV && shouldLinkFromSource(LinkFromSrc, *DGV, GV)) in linkIfNeeded()
441 if (DGV && shouldLinkFromSource(LinkFromSrc, *DGV, *GV2)) in addLazyFor()
567 if (DGV && shouldLinkFromSource(LinkFromSrc, *DGV, *GV2)) in run()