Home
last modified time | relevance | path

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

/external/llvm/lib/Linker/
DIRMover.cpp463 bool shouldLink(GlobalValue *DGV, GlobalValue &SGV);
574 if (ForAlias || shouldLink(New, *SGV)) in materialize()
817 return !shouldLink(DGV, *Key); in linkAppendingVarProto()
848 bool IRLinker::shouldLink(GlobalValue *DGV, GlobalValue &SGV) { in shouldLink() function in IRLinker
875 bool ShouldLink = shouldLink(DGV, *SGV); in linkGlobalValueProto()