Searched refs:setGC (Results 1 – 10 of 10) sorted by relevance
134 void setGC(const Function &Fn, std::string GCName);
334 void setGC(std::string Str);
326 void LLVMContext::setGC(const Function &Fn, std::string GCName) { in setGC() function in LLVMContext
758 void Function::setGC(std::string Str) { in setGC() function in Function760 getContext().setGC(*this, std::move(Str)); in setGC()783 setGC(Src->getGC()); in copyAttributesFrom()
2395 F->setGC(GC); in LLVMSetGC()
195 CInvok->getLangOpts().setGC(LangOptions::NonGC); in createInvocationForMigration()
2119 Caller->setGC(CalledFunc->getGC()); in InlineFunction()
3787 Opts.setGC(LangOptions::GCOnly); in ParseLangArgs()3789 Opts.setGC(LangOptions::HybridGC); in ParseLangArgs()
4081 Func->setGC(GCTable[Record[8] - 1]); in parseFunctionRecord()
6218 if (!GC.empty()) Fn->setGC(GC); in parseFunctionHeader()