Searched refs:setGC (Results 1 – 11 of 11) sorted by relevance
211 void setGC(const char *Str);
280 void setGC() { effect_ |= kCausesGC; } in setGC() function in __anonda09e63f0111::ExprEffect442 if (gc_.any()) out.setGC(); in ComputeCumulativeEffect()844 out.setGC(); in VisitCallExpr()
376 void Function::setGC(const char *Str) { in setGC() function in Function409 setGC(SrcF->getGC()); in copyAttributesFrom()
1707 F->setGC(GC); in LLVMSetGC()
29 F.setGC(<collector description name>);212 compiler. Its programmatic equivalent is the ``setGC`` method of ``Function``.403 F.setGC("shadow-stack");503 F.setGC("statepoint-example");566 attribute or, equivalently, with the ``setGC`` method of ``Function``.
194 CInvok->getLangOpts()->setGC(LangOptions::NonGC); in createInvocationForMigration()
947 Caller->setGC(CalledFunc->getGC()); in InlineFunction()
1389 Opts.setGC(LangOptions::GCOnly); in ParseLangArgs()1391 Opts.setGC(LangOptions::HybridGC); in ParseLangArgs()
2970 Func->setGC(GCTable[Record[8]-1].c_str()); in ParseModule()
4232 if (!GC.empty()) Fn->setGC(GC.c_str()); in ParseFunctionHeader()
1507 [gc]. See the method [llvm::Function::setGC]. *)