Lines Matching defs:ForIndirectSymbol
502 bool ForIndirectSymbol);
560 Value *materialize(Value *V, bool ForIndirectSymbol);
593 Value *IRLinker::materialize(Value *V, bool ForIndirectSymbol) {
605 Expected<Constant *> NewProto = linkGlobalValueProto(SGV, ForIndirectSymbol);
642 if ((ForIndirectSymbol && ValueMap.lookup(SGV) == New) ||
643 (!ForIndirectSymbol && IndirectSymbolValueMap.lookup(SGV) == New))
646 if (ForIndirectSymbol || shouldLink(New, *SGV))
1022 bool ForIndirectSymbol) {
1038 if (!ShouldLink && ForIndirectSymbol)
1057 NewGV = copyGlobalValueProto(SGV, ShouldLink || ForIndirectSymbol);
1058 if (ShouldLink || !ForIndirectSymbol)
1079 if (ShouldLink || ForIndirectSymbol) {
1089 if (!ShouldLink && ForIndirectSymbol)