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.cpp49 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 GCModuleInfo
125 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.cpp5757 auto GC = llvm::getGCStrategy(Relocate.getFunction()->getGC()); in visitIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGCStrategy.h145 std::unique_ptr<GCStrategy> getGCStrategy(const StringRef Name);
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DGCMetadata.h213 GCStrategy *getGCStrategy(const StringRef Name);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp3000 return getGCStrategy(F.getGC()); in findGCStrategy()