Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGCMetadata.cpp48 if (auto GCName = F.getGC(); !Map.contains(GCName)) in run() local
49 Map[GCName] = getGCStrategy(GCName); in run()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp333 void LLVMContext::setGC(const Function &Fn, std::string GCName) { in setGC() argument
337 pImpl->GCNames.insert(std::make_pair(&Fn, std::move(GCName))); in setGC()
340 It->second = std::move(GCName); in setGC()
H A DValue.cpp831 const auto &GCName = F->getGC(); in canBeFreed() local
832 if (GCName == "statepoint-example") { in canBeFreed()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h134 void setGC(const Function &Fn, std::string GCName);