Searched refs:setGC (Results 1 – 10 of 10) sorted by relevance
134 void setGC(const Function &Fn, std::string GCName);
346 void setGC(std::string Str);
333 void LLVMContext::setGC(const Function &Fn, std::string GCName) { in setGC() function in LLVMContext
819 void Function::setGC(std::string Str) { in setGC() function in Function821 getContext().setGC(*this, std::move(Str)); in setGC()844 setGC(Src->getGC()); in copyAttributesFrom()
2522 F->setGC(GC); in LLVMSetGC()
195 CInvok->getLangOpts().setGC(LangOptions::NonGC); in createInvocationForMigration()
2219 Caller->setGC(CalledFunc->getGC()); in InlineFunction()
3962 Opts.setGC(LangOptions::GCOnly); in ParseLangArgs()3964 Opts.setGC(LangOptions::HybridGC); in ParseLangArgs()
4239 Func->setGC(GCTable[Record[8] - 1]); in parseFunctionRecord()
6512 if (!GC.empty()) Fn->setGC(GC); in parseFunctionHeader()