Lines Matching defs:ValuesToLink
392 DenseSet<GlobalValue *> ValuesToLink;
396 if (ValuesToLink.insert(GV).second)
510 ArrayRef<GlobalValue *> ValuesToLink,
518 for (GlobalValue *GV : ValuesToLink)
1002 assert(!ValuesToLink.count(&SGV) &&
1007 if (ValuesToLink.count(&SGV))
1023 return ValuesToLink.count(&SGV);
1648 Module &Src, ArrayRef<GlobalValue *> ValuesToLink,
1652 IRLinker TheIRLinker(Composite, IdentifiedStructTypes, Src, ValuesToLink,