Searched refs:ForIndirectSymbol (Results 1 – 1 of 1) sorted by relevance
397 bool ForIndirectSymbol);455 Value *materialize(Value *V, bool ForIndirectSymbol);488 Value *IRLinker::materialize(Value *V, bool ForIndirectSymbol) { in materialize() argument504 Expected<Constant *> NewProto = linkGlobalValueProto(SGV, ForIndirectSymbol); in materialize()541 if ((ForIndirectSymbol && ValueMap.lookup(SGV) == New) || in materialize()542 (!ForIndirectSymbol && IndirectSymbolValueMap.lookup(SGV) == New)) in materialize()545 if (ForIndirectSymbol || shouldLink(New, *SGV)) in materialize()914 bool ForIndirectSymbol) { in linkGlobalValueProto() argument930 if (!ShouldLink && ForIndirectSymbol) in linkGlobalValueProto()949 NewGV = copyGlobalValueProto(SGV, ShouldLink || ForIndirectSymbol); in linkGlobalValueProto()[all …]