Searched refs:getNameForCallConv (Results 1 – 8 of 8) sorted by relevance
7683 << FunctionType::getNameForCallConv(CC) in handleFunctionTypeAttr()7763 << FunctionType::getNameForCallConv(CC) in handleFunctionTypeAttr()7764 << FunctionType::getNameForCallConv(CCOld); in handleFunctionTypeAttr()7784 << FunctionType::getNameForCallConv(CC) in handleFunctionTypeAttr()7789 << FunctionType::getNameForCallConv(CC); in handleFunctionTypeAttr()7796 << "regparm" << FunctionType::getNameForCallConv(CC_X86FastCall); in handleFunctionTypeAttr()7849 << FunctionType::getNameForCallConv(CurCC) in adjustMemberFunctionCC()
2096 StringRef SrcCCName = FunctionType::getNameForCallConv(SrcCC); in DiagnoseCallingConvCast()2097 StringRef DstCCName = FunctionType::getNameForCallConv(DstCC); in DiagnoseCallingConvCast()
777 << FunctionType::getNameForCallConv(CallerType.Func->getCallConv()) in checkMustTailAttr()778 << FunctionType::getNameForCallConv(CalleeType.Func->getCallConv()); in checkMustTailAttr()
3712 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl()3720 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl()3723 FunctionType::getNameForCallConv(FI.getCC())); in MergeFunctionDecl()10031 << FunctionType::getNameForCallConv(CC); in ActOnFunctionDeclarator()
541 JOS.attribute("cc", FunctionType::getNameForCallConv(E.getCC())); in VisitFunctionType()
1510 OS << " " << FunctionType::getNameForCallConv(EI.getCC()); in VisitFunctionType()
3174 StringRef FunctionType::getNameForCallConv(CallingConv CC) { in getNameForCallConv() function in FunctionType
3908 static StringRef getNameForCallConv(CallingConv CC);