Searched refs:setGC (Results 1 – 10 of 10) sorted by relevance
132 void setGC(const Function &Fn, std::string GCName);
398 void setGC(std::string Str);
298 void LLVMContext::setGC(const Function &Fn, std::string GCName) { in setGC() function in LLVMContext
649 void Function::setGC(std::string Str) { in setGC() function in Function651 getContext().setGC(*this, std::move(Str)); in setGC()674 setGC(Src->getGC()); in copyAttributesFrom()
2456 F->setGC(GC); in LLVMSetGC()
197 CInvok->getLangOpts()->setGC(LangOptions::NonGC); in createInvocationForMigration()
1807 Caller->setGC(CalledFunc->getGC()); in InlineFunction()
3671 Opts.setGC(LangOptions::GCOnly); in ParseLangArgs()3673 Opts.setGC(LangOptions::HybridGC); in ParseLangArgs()
3380 Func->setGC(GCTable[Record[8] - 1]); in parseFunctionRecord()
5648 if (!GC.empty()) Fn->setGC(GC); in parseFunctionHeader()