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

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

Completed in 1025 milliseconds