Home
last modified time | relevance | path

Searched defs:GCName (Results 1 – 3 of 3) 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
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp333 void LLVMContext::setGC(const Function &Fn, std::string GCName) { in setGC()
H A DValue.cpp831 const auto &GCName = F->getGC(); in canBeFreed() local