Home
last modified time | relevance | path

Searched refs:getCC (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Derr_typecheck_assign_const_filecheck.cpp39 const C &getCC() const;
156 a.b.getCC().d.e.Cnum = 5; in test3()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp842 if (CTy->getCC() && CTy->getCC() != dwarf::DW_CC_normal) in constructTypeDIE()
844 CTy->getCC()); in constructTypeDIE()
1275 CC = SPTy->getCC(); in applySubprogramAttributes()
H A DCodeViewDebug.cpp2036 CallingConvention CC = dwarfCCToCodeView(Ty->getCC()); in lowerTypeFunction()
2085 CallingConvention CC = dwarfCCToCodeView(Ty->getCC()); in lowerTypeMemberFunction()
/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h777 ID.AddInteger(info.getCC()); in Profile()
/llvm-project-15.0.7/llvm/lib/IR/
H A DLLVMContextImpl.h656 : Flags(N->getFlags()), CC(N->getCC()), TypeArray(N->getRawTypeArray()) {}
659 return Flags == RHS->getFlags() && CC == RHS->getCC() &&
H A DAsmWriter.cpp2058 Printer.printDwarfEnum("cc", N->getCC(), dwarf::ConventionString); in writeDISubroutineType()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTStructuralEquivalence.cpp608 if (EI1.getCC() != EI2.getCC()) in IsStructurallyEquivalent()
H A DJSONNodeDumper.cpp541 JOS.attribute("cc", FunctionType::getNameForCallConv(E.getCC())); in VisitFunctionType()
H A DTextNodeDumper.cpp1510 OS << " " << FunctionType::getNameForCallConv(EI.getCC()); in VisitFunctionType()
H A DTypePrinter.cpp945 switch (Info.getCC()) { in printFunctionAfter()
H A DItaniumMangle.cpp3201 StringRef CCQualifier = getCallingConvQualifierName(T->getExtInfo().getCC()); in mangleExtFunctionInfo()
H A DASTContext.cpp10127 if (lbaseInfo.getCC() != rbaseInfo.getCC()) in mergeFunctionTypes()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp770 unsigned CC = ClangCallConvToLLVMCallConv(info.getCC()); in arrangeLLVMFunctionInfo()
786 } else if (info.getCC() == CC_Swift || info.getCC() == CC_SwiftAsync) { in arrangeLLVMFunctionInfo()
828 FI->ASTCallingConvention = info.getCC(); in create()
4177 ExplicitCC = FPT->getExtInfo().getCC(); in EmitCallArgs()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeProperties.td276 let Read = [{ node->getExtInfo().getCC() }];
H A DType.h3791 CallingConv getCC() const { return CallingConv(Bits & CallConvMask); }
3891 CallingConv getCallConv() const { return getExtInfo().getCC(); }
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp3693 if (OldTypeInfo.getCC() != NewTypeInfo.getCC()) { in MergeFunctionDecl()
3702 NewTypeInfo = NewTypeInfo.withCallingConv(OldTypeInfo.getCC()); in MergeFunctionDecl()
3712 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl()
3714 NewTypeInfo = NewTypeInfo.withCallingConv(OldTypeInfo.getCC()); in MergeFunctionDecl()
3720 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl()
3723 FunctionType::getNameForCallConv(FI.getCC())); in MergeFunctionDecl()
10024 CallingConv CC = FT->getExtInfo().getCC(); in ActOnFunctionDeclarator()
10818 if (OldTypeInfo.getCC() != NewTypeInfo.getCC()) in areMultiversionVariantFunctionsCompatible()
H A DSemaTemplateDeduction.cpp4117 if (EPI.ExtInfo.getCC() != CC) { in adjustCCAndNoReturn()
H A DSemaType.cpp2849 auto actualCC = EPI.ExtInfo.getCC(); in checkExtParameterInfos()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1289 return getTemporary(getContext(), getFlags(), getCC(), getTypeArray()); in cloneImpl()
1308 uint8_t getCC() const { return CC; } in getCC() function
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1764 Record.push_back(N->getCC()); in writeDISubroutineType()