Home
last modified time | relevance | path

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

/external/llvm/lib/Linker/
DIRMover.cpp863 bool LazilyAdded = false; in shouldLink() local
864 AddLazyFor(SGV, [this, &LazilyAdded](GlobalValue &GV) { in shouldLink()
866 LazilyAdded = true; in shouldLink()
868 return LazilyAdded; in shouldLink()