Searched refs:setGC (Results 1 – 10 of 10) sorted by relevance
140 LLVM_ABI void setGC(const Function &Fn, std::string GCName);
348 void setGC(std::string Str);
836 void Function::setGC(std::string Str) { in setGC() function in Function838 getContext().setGC(*this, std::move(Str)); in setGC()861 setGC(Src->getGC()); in copyAttributesFrom()
318 void LLVMContext::setGC(const Function &Fn, std::string GCName) { in setGC() function in LLVMContext
2533 F->setGC(GC); in LLVMSetGC()
2545 Caller->setGC(CalledFunc->getGC()); in InlineFunction()
4220 Opts.setGC(LangOptions::GCOnly); in ParseLangArgs()4222 Opts.setGC(LangOptions::HybridGC); in ParseLangArgs()
4329 Func->setGC(GCTable[Record[8] - 1]); in parseFunctionRecord()
6814 if (!GC.empty()) Fn->setGC(GC); in parseFunctionHeader()
21219 {"_ZN4llvm8Function5setGCEPKc", "llvm::Function::setGC(char const*)"},