Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DGCMetadata.cpp72 GCStrategy *S = getGCStrategy(F.getGC()); in getFunctionInfo()
139 GCStrategy *GCModuleInfo::getGCStrategy(const StringRef Name) { in getGCStrategy() function in GCModuleInfo
145 std::unique_ptr<GCStrategy> S = llvm::getGCStrategy(Name); in getGCStrategy()
/llvm-project-15.0.7/llvm/lib/IR/
H A DGCStrategy.cpp23 std::unique_ptr<GCStrategy> llvm::getGCStrategy(const StringRef Name) { in getGCStrategy() function in llvm
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DGCStrategy.h132 std::unique_ptr<GCStrategy> getGCStrategy(const StringRef Name);
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DGCMetadata.h162 GCStrategy *getGCStrategy(const StringRef Name);