Searched refs:getNameForCallConv (Results 1 – 8 of 8) sorted by relevance
7775 << FunctionType::getNameForCallConv(CC) << "regparm" in handleFunctionTypeAttr()7928 << FunctionType::getNameForCallConv(CC) in handleFunctionTypeAttr()7929 << FunctionType::getNameForCallConv(CCOld) in handleFunctionTypeAttr()7950 << FunctionType::getNameForCallConv(CC) in handleFunctionTypeAttr()7955 << FunctionType::getNameForCallConv(CC); in handleFunctionTypeAttr()7962 << "regparm" << FunctionType::getNameForCallConv(CC_X86FastCall) in handleFunctionTypeAttr()8017 << FunctionType::getNameForCallConv(CurCC) in adjustMemberFunctionCC()
2152 StringRef SrcCCName = FunctionType::getNameForCallConv(SrcCC); in DiagnoseCallingConvCast()2153 StringRef DstCCName = FunctionType::getNameForCallConv(DstCC); in DiagnoseCallingConvCast()
801 << FunctionType::getNameForCallConv(CallerType.Func->getCallConv()) in checkMustTailAttr()802 << FunctionType::getNameForCallConv(CalleeType.Func->getCallConv()); in checkMustTailAttr()
3715 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl()3723 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl()3726 FunctionType::getNameForCallConv(FI.getCC())); in MergeFunctionDecl()10339 << FunctionType::getNameForCallConv(CC); in ActOnFunctionDeclarator()
621 JOS.attribute("cc", FunctionType::getNameForCallConv(E.getCC())); in VisitFunctionType()
1876 OS << " " << FunctionType::getNameForCallConv(EI.getCC()); in VisitFunctionType()
3485 StringRef FunctionType::getNameForCallConv(CallingConv CC) { in getNameForCallConv() function in FunctionType
4628 static StringRef getNameForCallConv(CallingConv CC);