Searched refs:shouldLinkFromSource (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Linker/ |
D | LinkModules.cpp | 58 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/ |
D | LinkModules.cpp | 56 bool shouldLinkFromSource(bool &LinkFromSrc, const GlobalValue &Dest, 241 bool ModuleLinker::shouldLinkFromSource(bool &LinkFromSrc, in shouldLinkFromSource() function in ModuleLinker 389 if (DGV && shouldLinkFromSource(LinkFromSrc, *DGV, GV)) in linkIfNeeded() 412 if (DGV && shouldLinkFromSource(LinkFromSrc, *DGV, *GV2)) in addLazyFor() 538 if (DGV && shouldLinkFromSource(LinkFromSrc, *DGV, *GV2)) in run()
|