Searched refs:setGC (Results 1 – 10 of 10) sorted by relevance
119 void setGC(const Function &Fn, std::string GCName);
358 void setGC(std::string Str);
112 void setGC(const Function &Fn, std::string GCName);
250 void setGC(std::string Str);
280 void LLVMContext::setGC(const Function &Fn, std::string GCName) { in setGC() function in LLVMContext
501 void Function::setGC(std::string Str) { in setGC() function in Function503 getContext().setGC(*this, std::move(Str)); in setGC()520 setGC(Src->getGC()); in copyAttributesFrom()
2383 F->setGC(GC); in LLVMSetGC()
1609 Caller->setGC(CalledFunc->getGC()); in InlineFunction()
3264 Func->setGC(GCTable[Record[8] - 1]); in parseFunctionRecord()
5506 if (!GC.empty()) Fn->setGC(GC); in ParseFunctionHeader()