Searched refs:getNameForCallConv (Results 1 – 8 of 8) sorted by relevance
7530 << FunctionType::getNameForCallConv(CC) in handleFunctionTypeAttr()7610 << FunctionType::getNameForCallConv(CC) in handleFunctionTypeAttr()7611 << FunctionType::getNameForCallConv(CCOld); in handleFunctionTypeAttr()7631 << FunctionType::getNameForCallConv(CC) in handleFunctionTypeAttr()7636 << FunctionType::getNameForCallConv(CC); in handleFunctionTypeAttr()7643 << "regparm" << FunctionType::getNameForCallConv(CC_X86FastCall); in handleFunctionTypeAttr()7696 << FunctionType::getNameForCallConv(CurCC) in adjustMemberFunctionCC()
2094 StringRef SrcCCName = FunctionType::getNameForCallConv(SrcCC); in DiagnoseCallingConvCast()2095 StringRef DstCCName = FunctionType::getNameForCallConv(DstCC); in DiagnoseCallingConvCast()
760 << FunctionType::getNameForCallConv(CallerType.Func->getCallConv()) in checkMustTailAttr()761 << FunctionType::getNameForCallConv(CalleeType.Func->getCallConv()); in checkMustTailAttr()
3441 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl()3449 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl()3452 FunctionType::getNameForCallConv(FI.getCC())); in MergeFunctionDecl()9590 << FunctionType::getNameForCallConv(CC); in ActOnFunctionDeclarator()
541 JOS.attribute("cc", FunctionType::getNameForCallConv(E.getCC())); in VisitFunctionType()
1495 OS << " " << FunctionType::getNameForCallConv(EI.getCC()); in VisitFunctionType()
3130 StringRef FunctionType::getNameForCallConv(CallingConv CC) { in getNameForCallConv() function in FunctionType
3839 static StringRef getNameForCallConv(CallingConv CC);