Searched refs:setGC (Results 1 – 10 of 10) sorted by relevance
276 void Function::setGC(const char *Str) { in setGC() function in Function309 setGC(SrcF->getGC()); in copyAttributesFrom()
1363 F->setGC(GC); in LLVMSetGC()
195 void setGC(const char *Str);
281 void setGC() { effect_ |= kCausesGC; } in setGC() function in __anon242758e50111::ExprEffect443 if (gc_.any()) out.setGC(); in ComputeCumulativeEffect()864 out.setGC(); in VisitCallExpr()
225 CInvok->getLangOpts()->setGC(LangOptions::NonGC); in createInvocationForMigration()
521 Caller->setGC(CalledFunc->getGC()); in InlineFunction()
1976 Opts.setGC(LangOptions::GCOnly); in ParseLangArgs()1978 Opts.setGC(LangOptions::HybridGC); in ParseLangArgs()
1642 Func->setGC(GCTable[Record[8]-1].c_str()); in ParseModule()
2800 if (!GC.empty()) Fn->setGC(GC.c_str()); in ParseFunctionHeader()
1375 [gc]. See the method [llvm::Function::setGC]. *)