Home
last modified time | relevance | path

Searched refs:GCName (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DLLVMContext.cpp313 void LLVMContext::setGC(const Function &Fn, std::string GCName) { in setGC() argument
317 pImpl->GCNames.insert(std::make_pair(&Fn, std::move(GCName))); in setGC()
320 It->second = std::move(GCName); in setGC()
H A DValue.cpp819 const auto &GCName = F->getGC(); in canBeFreed() local
820 if (GCName == "statepoint-example") { in canBeFreed()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DLLVMContext.h133 void setGC(const Function &Fn, std::string GCName);