Home
last modified time | relevance | path

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

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