Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContext.cpp298 void LLVMContext::setGC(const Function &Fn, std::string GCName) { in setGC() argument
302 pImpl->GCNames.insert(std::make_pair(&Fn, std::move(GCName))); in setGC()
305 It->second = std::move(GCName); in setGC()
H A DValue.cpp783 const auto &GCName = F->getGC(); in canBeFreed() local
784 if (GCName == "statepoint-example") { in canBeFreed()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DLLVMContext.h132 void setGC(const Function &Fn, std::string GCName);