Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDLLVMContext.cpp280 void LLVMContext::setGC(const Function &Fn, std::string GCName) { in setGC() argument
284 pImpl->GCNames.insert(std::make_pair(&Fn, std::move(GCName))); in setGC()
287 It->second = std::move(GCName); in setGC()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDLLVMContext.h119 void setGC(const Function &Fn, std::string GCName);