Lines Matching defs:ForIndirectSymbol
486 bool ForIndirectSymbol);
544 Value *materialize(Value *V, bool ForIndirectSymbol);
577 Value *IRLinker::materialize(Value *V, bool ForIndirectSymbol) {
593 Expected<Constant *> NewProto = linkGlobalValueProto(SGV, ForIndirectSymbol);
630 if ((ForIndirectSymbol && ValueMap.lookup(SGV) == New) ||
631 (!ForIndirectSymbol && IndirectSymbolValueMap.lookup(SGV) == New))
634 if (ForIndirectSymbol || shouldLink(New, *SGV))
1010 bool ForIndirectSymbol) {
1026 if (!ShouldLink && ForIndirectSymbol)
1045 NewGV = copyGlobalValueProto(SGV, ShouldLink || ForIndirectSymbol);
1046 if (ShouldLink || !ForIndirectSymbol)
1067 if (ShouldLink || ForIndirectSymbol) {
1077 if (!ShouldLink && ForIndirectSymbol)