Searched refs:setGC (Results 1 – 10 of 10) sorted by relevance
147 void setGC(const Function &Fn, std::string GCName);
353 void setGC(std::string Str);
299 void LLVMContext::setGC(const Function &Fn, std::string GCName) { in setGC() function in LLVMContext
470 void Function::setGC(std::string Str) { in setGC() function in Function472 getContext().setGC(*this, std::move(Str)); in setGC()489 setGC(Src->getGC()); in copyAttributesFrom()
2355 F->setGC(GC); in LLVMSetGC()
197 CInvok->getLangOpts()->setGC(LangOptions::NonGC); in createInvocationForMigration()
1547 Caller->setGC(CalledFunc->getGC()); in InlineFunction()
2406 Opts.setGC(LangOptions::GCOnly); in ParseLangArgs()2408 Opts.setGC(LangOptions::HybridGC); in ParseLangArgs()
3026 Func->setGC(GCTable[Record[8] - 1]); in parseFunctionRecord()
5361 if (!GC.empty()) Fn->setGC(GC); in ParseFunctionHeader()