Searched refs:setGC (Results 1 – 13 of 13) sorted by relevance
133 void setGC(const Function &Fn, std::string GCName);
310 void setGC(std::string Str);
313 void LLVMContext::setGC(const Function &Fn, std::string GCName) { in setGC() function in LLVMContext
694 void Function::setGC(std::string Str) { in setGC() function in Function696 getContext().setGC(*this, std::move(Str)); in setGC()719 setGC(Src->getGC()); in copyAttributesFrom()
2432 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()
884 llvmFunc->setGC(gc->str()); in convertOneFunction()
1842 Caller->setGC(CalledFunc->getGC()); in InlineFunction()
3699 Opts.setGC(LangOptions::GCOnly); in ParseLangArgs()3701 Opts.setGC(LangOptions::HybridGC); in ParseLangArgs()
1600 [gc]. See the method [llvm::Function::setGC]. *)
3908 Func->setGC(GCTable[Record[8] - 1]); in parseFunctionRecord()
5771 if (!GC.empty()) Fn->setGC(GC); in parseFunctionHeader()