Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DGCMetadata.h192 std::pair<iterator, bool> try_emplace(StringRef GCName) { in try_emplace()
196 bool contains(StringRef GCName) const { return Strategies.contains(GCName); } in contains()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGCMetadata.cpp43 StringRef GCName = F.getGC(); in run() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp318 void LLVMContext::setGC(const Function &Fn, std::string GCName) { in setGC()
H A DValue.cpp862 const auto &GCName = F->getGC(); in canBeFreed() local