Searched defs:GCName (Results 1 – 4 of 4) sorted by relevance
192 std::pair<iterator, bool> try_emplace(StringRef GCName) { in try_emplace()196 bool contains(StringRef GCName) const { return Strategies.contains(GCName); } in contains()
43 StringRef GCName = F.getGC(); in run() local
318 void LLVMContext::setGC(const Function &Fn, std::string GCName) { in setGC()
862 const auto &GCName = F->getGC(); in canBeFreed() local