Searched refs:ForIndirectSymbol (Results 1 – 1 of 1) sorted by relevance
502 bool ForIndirectSymbol);560 Value *materialize(Value *V, bool ForIndirectSymbol);593 Value *IRLinker::materialize(Value *V, bool ForIndirectSymbol) { in materialize() argument605 Expected<Constant *> NewProto = linkGlobalValueProto(SGV, ForIndirectSymbol); in materialize()642 if ((ForIndirectSymbol && ValueMap.lookup(SGV) == New) || in materialize()643 (!ForIndirectSymbol && IndirectSymbolValueMap.lookup(SGV) == New)) in materialize()646 if (ForIndirectSymbol || shouldLink(New, *SGV)) in materialize()1022 bool ForIndirectSymbol) { in linkGlobalValueProto() argument1038 if (!ShouldLink && ForIndirectSymbol) in linkGlobalValueProto()1057 NewGV = copyGlobalValueProto(SGV, ShouldLink || ForIndirectSymbol); in linkGlobalValueProto()[all …]