Searched refs:getCC (Results 1 – 19 of 19) sorted by relevance
871 if (CTy->getCC() && CTy->getCC() != dwarf::DW_CC_normal) in constructTypeDIE()873 CTy->getCC()); in constructTypeDIE()1243 CC = SPTy->getCC(); in applySubprogramAttributes()
1878 CallingConvention CC = dwarfCCToCodeView(Ty->getCC()); in lowerTypeFunction()1927 CallingConvention CC = dwarfCCToCodeView(Ty->getCC()); in lowerTypeMemberFunction()
686 ID.AddInteger(info.getCC()); in Profile()
569 : Flags(N->getFlags()), CC(N->getCC()), TypeArray(N->getRawTypeArray()) {}572 return Flags == RHS->getFlags() && CC == RHS->getCC() &&
1900 Printer.printDwarfEnum("cc", N->getCC(), dwarf::ConventionString); in writeDISubroutineType()
385 if (EI1.getCC() != EI2.getCC()) in IsStructurallyEquivalent()
1142 OS << " " << FunctionType::getNameForCallConv(EI.getCC()); in VisitFunctionType()
848 switch (Info.getCC()) { in printFunctionAfter()
502 JOS.attribute("cc", FunctionType::getNameForCallConv(E.getCC())); in VisitFunctionType()
2782 StringRef CCQualifier = getCallingConvQualifierName(T->getExtInfo().getCC()); in mangleExtFunctionInfo()
8856 if (lbaseInfo.getCC() != rbaseInfo.getCC()) in mergeFunctionTypes()
241 let Read = [{ node->getExtInfo().getCC() }];
3592 CallingConv getCC() const { return CallingConv(Bits & CallConvMask); }3690 CallingConv getCallConv() const { return getExtInfo().getCC(); }
3306 if (OldTypeInfo.getCC() != NewTypeInfo.getCC()) { in MergeFunctionDecl()3315 NewTypeInfo = NewTypeInfo.withCallingConv(OldTypeInfo.getCC()); in MergeFunctionDecl()3322 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl()3324 NewTypeInfo = NewTypeInfo.withCallingConv(OldTypeInfo.getCC()); in MergeFunctionDecl()3330 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl()3333 FunctionType::getNameForCallConv(FI.getCC())); in MergeFunctionDecl()9213 CallingConv CC = FT->getExtInfo().getCC(); in ActOnFunctionDeclarator()9935 if (OldTypeInfo.getCC() != NewTypeInfo.getCC()) in areMultiversionVariantFunctionsCompatible()
4039 if (EPI.ExtInfo.getCC() != CC) { in adjustCCAndNoReturn()
2551 if (EPI.ExtInfo.getCC() == CC_Swift) return; in checkExtParameterInfos()
757 unsigned CC = ClangCallConvToLLVMCallConv(info.getCC()); in arrangeLLVMFunctionInfo()773 } else if (info.getCC() == CC_Swift) { in arrangeLLVMFunctionInfo()815 FI->ASTCallingConvention = info.getCC(); in create()
1088 return getTemporary(getContext(), getFlags(), getCC(), getTypeArray()); in cloneImpl()1101 uint8_t getCC() const { return CC; } in getCC() function
1612 Record.push_back(N->getCC()); in writeDISubroutineType()