Home
last modified time | relevance | path

Searched refs:shouldLinkFromSource (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/
DLinkModules.cpp56 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()