Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDGCMetadata.cpp48 if (auto GCName = F.getGC(); !Map.contains(GCName)) in run() local
49 Map[GCName] = getGCStrategy(GCName); in run()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDLLVMContext.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()
HDValue.cpp831 const auto &GCName = F->getGC(); in canBeFreed() local
832 if (GCName == "statepoint-example") { in canBeFreed()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDLLVMContext.h134 void setGC(const Function &Fn, std::string GCName);