Home
last modified time | relevance | path

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

/external/llvm/lib/Linker/
DLinkModules.cpp53 bool shouldLinkOnlyNeeded() { return Flags & Linker::LinkOnlyNeeded; } in shouldLinkOnlyNeeded() function in __anonb52902ac0111::ModuleLinker
356 if (shouldLinkOnlyNeeded() && !(DGV && DGV->isDeclaration())) in linkIfNeeded()
428 if (!GV.hasLinkOnceLinkage() && !shouldLinkOnlyNeeded()) in addLazyFor()