Searched refs:setGC (Results 1 – 12 of 12) sorted by relevance
133 void setGC(const Function &Fn, std::string GCName);
309 void setGC(std::string Str);
318 void LLVMContext::setGC(const Function &Fn, std::string GCName) { in setGC() function in LLVMContext
719 void Function::setGC(std::string Str) { in setGC() function in Function721 getContext().setGC(*this, std::move(Str)); in setGC()744 setGC(Src->getGC()); in copyAttributesFrom()
2411 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");504 F.setGC("statepoint-example");526 F.setGC("coreclr");589 attribute or, equivalently, with the ``setGC`` method of ``Function``.
195 CInvok->getLangOpts()->setGC(LangOptions::NonGC); in createInvocationForMigration()
2067 Caller->setGC(CalledFunc->getGC()); in InlineFunction()
3716 Opts.setGC(LangOptions::GCOnly); in ParseLangArgs()3718 Opts.setGC(LangOptions::HybridGC); in ParseLangArgs()
1588 [gc]. See the method [llvm::Function::setGC]. *)
4043 Func->setGC(GCTable[Record[8] - 1]); in parseFunctionRecord()
6055 if (!GC.empty()) Fn->setGC(GC); in parseFunctionHeader()