Searched refs:getNameForCallConv (Results 1 – 8 of 8) sorted by relevance
7784 << FunctionType::getNameForCallConv(CC) in handleFunctionTypeAttr()7864 << FunctionType::getNameForCallConv(CC) in handleFunctionTypeAttr()7865 << FunctionType::getNameForCallConv(CCOld); in handleFunctionTypeAttr()7885 << FunctionType::getNameForCallConv(CC) in handleFunctionTypeAttr()7890 << FunctionType::getNameForCallConv(CC); in handleFunctionTypeAttr()7897 << "regparm" << FunctionType::getNameForCallConv(CC_X86FastCall); in handleFunctionTypeAttr()7950 << FunctionType::getNameForCallConv(CurCC) in adjustMemberFunctionCC()
2112 StringRef SrcCCName = FunctionType::getNameForCallConv(SrcCC); in DiagnoseCallingConvCast()2113 StringRef DstCCName = FunctionType::getNameForCallConv(DstCC); in DiagnoseCallingConvCast()
777 << FunctionType::getNameForCallConv(CallerType.Func->getCallConv()) in checkMustTailAttr()778 << FunctionType::getNameForCallConv(CalleeType.Func->getCallConv()); in checkMustTailAttr()
3788 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl()3796 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl()3799 FunctionType::getNameForCallConv(FI.getCC())); in MergeFunctionDecl()10238 << FunctionType::getNameForCallConv(CC); in ActOnFunctionDeclarator()
550 JOS.attribute("cc", FunctionType::getNameForCallConv(E.getCC())); in VisitFunctionType()
1510 OS << " " << FunctionType::getNameForCallConv(EI.getCC()); in VisitFunctionType()
3181 StringRef FunctionType::getNameForCallConv(CallingConv CC) { in getNameForCallConv() function in FunctionType
3973 static StringRef getNameForCallConv(CallingConv CC);