Searched refs:getGCStrategy (Results 1 – 6 of 6) sorted by relevance
49 Map[GCName] = getGCStrategy(GCName); in run()104 GCStrategy *S = getGCStrategy(F.getGC()); in getFunctionInfo()119 GCStrategy *GCModuleInfo::getGCStrategy(const StringRef Name) { in getGCStrategy() function in GCModuleInfo125 std::unique_ptr<GCStrategy> S = llvm::getGCStrategy(Name); in getGCStrategy()
24 std::unique_ptr<GCStrategy> llvm::getGCStrategy(const StringRef Name) { in getGCStrategy() function in llvm
5757 auto GC = llvm::getGCStrategy(Relocate.getFunction()->getGC()); in visitIntrinsicCall()
145 std::unique_ptr<GCStrategy> getGCStrategy(const StringRef Name);
213 GCStrategy *getGCStrategy(const StringRef Name);
3000 return getGCStrategy(F.getGC()); in findGCStrategy()