Home
last modified time | relevance | path

Searched refs:getGCStrategy (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGCMetadata.cpp46 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 GCModuleInfo
124 std::unique_ptr<GCStrategy> S = llvm::getGCStrategy(Name); in getGCStrategy()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DGCStrategy.cpp24 std::unique_ptr<GCStrategy> llvm::getGCStrategy(const StringRef Name) { in getGCStrategy() function in llvm
H A DVerifier.cpp6016 auto GC = llvm::getGCStrategy(Relocate.getFunction()->getGC()); in visitIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGCStrategy.h148 std::unique_ptr<GCStrategy> getGCStrategy(const StringRef Name);
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DGCMetadata.h247 GCStrategy *getGCStrategy(const StringRef Name);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp3007 return getGCStrategy(F.getGC()); in findGCStrategy()