Searched refs:getGCStrategy (Results 1 – 6 of 6) sorted by relevance
46 It->second = getGCStrategy(GCName); in run()103 GCStrategy *S = getGCStrategy(F.getGC()); in getFunctionInfo()118 GCStrategy *GCModuleInfo::getGCStrategy(const StringRef Name) { in getGCStrategy() function in GCModuleInfo124 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
6016 auto GC = llvm::getGCStrategy(Relocate.getFunction()->getGC()); in visitIntrinsicCall()
148 std::unique_ptr<GCStrategy> getGCStrategy(const StringRef Name);
247 GCStrategy *getGCStrategy(const StringRef Name);
3007 return getGCStrategy(F.getGC()); in findGCStrategy()