Searched refs:setGC (Results 1 – 11 of 11) sorted by relevance
280 void setGC() { effect_ |= kCausesGC; } in setGC() function in __anond932a49f0111::ExprEffect442 if (gc_.any()) out.setGC(); in ComputeCumulativeEffect()844 out.setGC(); in VisitCallExpr()
29 F.setGC(<collector description name>);212 compiler. Its programmatic equivalent is the ``setGC`` method of ``Function``.403 F.setGC("shadow-stack");504 F.setGC("statepoint-example");526 F.setGC("coreclr");589 attribute or, equivalently, with the ``setGC`` method of ``Function``.
225 void setGC(const char *Str);
388 void Function::setGC(const char *Str) { in setGC() function in Function423 setGC(SrcF->getGC()); in copyAttributesFrom()
1731 F->setGC(GC); in LLVMSetGC()
197 CInvok->getLangOpts()->setGC(LangOptions::NonGC); in createInvocationForMigration()
1064 Caller->setGC(CalledFunc->getGC()); in InlineFunction()
1503 Opts.setGC(LangOptions::GCOnly); in ParseLangArgs()1505 Opts.setGC(LangOptions::HybridGC); in ParseLangArgs()
3568 Func->setGC(GCTable[Record[8]-1].c_str()); in parseModule()
4524 if (!GC.empty()) Fn->setGC(GC.c_str()); in ParseFunctionHeader()
1517 [gc]. See the method [llvm::Function::setGC]. *)