28#include "llvm/Support/ErrorHandling.h"
38 llvm::DenseMap<const CXXRecordDecl *, cir::GlobalOp> vtables;
41 CIRGenItaniumCXXABI(CIRGenModule &cgm) : CIRGenCXXABI(cgm) {
46 AddedStructorArgs getImplicitConstructorArgs(CIRGenFunction &cgf,
47 const CXXConstructorDecl *d,
50 bool delegating)
override;
52 bool needsVTTParameter(clang::GlobalDecl gd)
override;
54 AddedStructorArgCounts
55 buildStructorSignature(GlobalDecl gd,
56 llvm::SmallVectorImpl<CanQualType> &argTys)
override;
58 void emitInstanceFunctionProlog(SourceLocation loc,
59 CIRGenFunction &cgf)
override;
61 void addImplicitStructorParams(CIRGenFunction &cgf, QualType &resTy,
62 FunctionArgList ¶ms)
override;
64 const CXXDestructorDecl *dd,
67 bool delegating)
override;
68 void emitCXXConstructors(
const clang::CXXConstructorDecl *d)
override;
69 void emitCXXDestructors(
const clang::CXXDestructorDecl *d)
override;
70 void emitCXXStructor(clang::GlobalDecl gd)
override;
72 void emitDestructorCall(CIRGenFunction &cgf,
const CXXDestructorDecl *dd,
74 bool delegating, Address thisAddr,
75 QualType thisTy)
override;
76 void registerGlobalDtor(
const VarDecl *vd, cir::FuncOp dtor,
77 mlir::Value addr)
override;
78 void emitVirtualObjectDelete(CIRGenFunction &cgf,
const CXXDeleteExpr *de,
79 Address ptr, QualType elementType,
80 const CXXDestructorDecl *dtor)
override;
82 void emitRethrow(CIRGenFunction &cgf,
bool isNoReturn)
override;
83 void emitThrow(CIRGenFunction &cgf,
const CXXThrowExpr *e)
override;
85 void emitBeginCatch(CIRGenFunction &cgf,
const CXXCatchStmt *catchStmt,
86 mlir::Value ehToken)
override;
88 bool useThunkForDtorVariant(
const CXXDestructorDecl *dtor,
96 bool isVirtualOffsetNeededForVTableField(CIRGenFunction &cgf,
97 CIRGenFunction::VPtr vptr)
override;
99 cir::GlobalOp getAddrOfVTable(
const CXXRecordDecl *rd,
100 CharUnits vptrOffset)
override;
101 CIRGenCallee getVirtualFunctionPointer(CIRGenFunction &cgf,
102 clang::GlobalDecl gd, Address thisAddr,
104 SourceLocation loc)
override;
105 mlir::Value emitVirtualDestructorCall(CIRGenFunction &cgf,
106 const CXXDestructorDecl *dtor,
108 DeleteOrMemberCallExpr e)
override;
110 bool canSpeculativelyEmitVTable(
const CXXRecordDecl *RD)
const override;
111 bool canSpeculativelyEmitVTableAsBaseClass(
const CXXRecordDecl *RD)
const;
113 mlir::Value getVTableAddressPoint(BaseSubobject base,
114 const CXXRecordDecl *vtableClass)
override;
115 mlir::Value getVTableAddressPointInStructorWithVTT(
116 CIRGenFunction &cgf,
const CXXRecordDecl *vtableClass, BaseSubobject base,
117 const CXXRecordDecl *nearestVBase);
119 mlir::Value getVTableAddressPointInStructor(
120 CIRGenFunction &cgf,
const clang::CXXRecordDecl *vtableClass,
121 clang::BaseSubobject base,
122 const clang::CXXRecordDecl *nearestVBase)
override;
123 void emitVTableDefinitions(CIRGenVTables &cgvt,
124 const CXXRecordDecl *rd)
override;
125 void emitVirtualInheritanceTables(
const CXXRecordDecl *rd)
override;
127 void setThunkLinkage(cir::FuncOp thunk,
bool forVTable, GlobalDecl gd,
128 bool returnAdjustment)
override {
129 if (forVTable && !thunk.hasLocalLinkage())
130 thunk.setLinkage(cir::GlobalLinkageKind::AvailableExternallyLinkage);
135 bool exportThunk()
override {
return true; }
137 mlir::Value performThisAdjustment(CIRGenFunction &cgf, Address thisAddr,
138 const CXXRecordDecl *unadjustedClass,
139 const ThunkInfo &ti)
override;
142 const CXXRecordDecl *unadjustedClass,
143 const ReturnAdjustment &ra)
override;
145 bool shouldTypeidBeNullChecked(QualType srcTy)
override;
146 mlir::Value emitTypeid(CIRGenFunction &cgf, QualType SrcRecordTy,
147 Address thisPtr, mlir::Type StdTypeInfoPtrTy)
override;
148 void emitBadTypeidCall(CIRGenFunction &cgf, mlir::Location loc)
override;
150 mlir::Attribute getAddrOfRTTIDescriptor(mlir::Location loc,
151 QualType ty)
override;
153 StringRef getPureVirtualCallName()
override {
return "__cxa_pure_virtual"; }
154 StringRef getDeletedVirtualCallName()
override {
155 return "__cxa_deleted_virtual";
159 getAddrOfCXXCatchHandlerType(mlir::Location loc, QualType ty,
160 QualType catchHandlerType)
override {
161 auto rtti = dyn_cast<cir::GlobalViewAttr>(getAddrOfRTTIDescriptor(loc, ty));
162 assert(rtti &&
"expected GlobalViewAttr");
163 return CatchTypeInfo{rtti, 0};
166 bool doStructorsInitializeVPtrs(
const CXXRecordDecl *vtableClass)
override {
170 size_t getSrcArgforCopyCtor(
const CXXConstructorDecl *,
171 FunctionArgList &args)
const override {
172 assert(!args.empty() &&
"expected the arglist to not be empty!");
173 return args.size() - 1;
176 void emitBadCastCall(CIRGenFunction &cgf, mlir::Location loc)
override;
179 getVirtualBaseClassOffset(mlir::Location loc, CIRGenFunction &cgf,
180 Address thisAddr,
const CXXRecordDecl *classDecl,
181 const CXXRecordDecl *baseClassDecl)
override;
188 mlir::Value emitDynamicCast(CIRGenFunction &cgf, mlir::Location loc,
189 QualType srcRecordTy, QualType destRecordTy,
190 cir::PointerType destCIRTy,
bool isRefCast,
191 Address src)
override;
193 cir::MethodAttr buildVirtualMethodAttr(cir::MethodType methodTy,
194 const CXXMethodDecl *md)
override;
196 Address initializeArrayCookie(CIRGenFunction &cgf, Address newPtr,
197 mlir::Value numElements,
const CXXNewExpr *e,
198 QualType elementType)
override;
201 CharUnits getArrayCookieSizeImpl(QualType elementType)
override;
206 virtual bool shouldRTTIBeUnique()
const {
return true; }
210 enum RTTIUniquenessKind {
228 classifyRTTIUniqueness(QualType canTy, cir::GlobalLinkageKind linkage)
const;
231 bool hasAnyUnusedVirtualInlineFunction(
const CXXRecordDecl *rd)
const;
232 bool isVTableHidden(
const CXXRecordDecl *rd)
const;
237void CIRGenItaniumCXXABI::emitInstanceFunctionProlog(
SourceLocation loc,
242 "emitInstanceFunctionProlog: Naked");
247 setCXXABIThisValue(cgf, loadIncomingCXXThis(cgf));
250 if (getStructorImplicitParamDecl(cgf)) {
254 setStructorImplicitParamValue(cgf, val);
265 if (hasThisReturn(cgf.
curGD)) {
267 "emitInstanceFunctionProlog: hasThisReturn");
271CIRGenCXXABI::AddedStructorArgCounts
272CIRGenItaniumCXXABI::buildStructorSignature(
273 GlobalDecl gd, llvm::SmallVectorImpl<CanQualType> &argTys) {
284 argTys.insert(argTys.begin() + 1,
287 return AddedStructorArgCounts::withPrefix(1);
290 return AddedStructorArgCounts{};
295enum class StructorCIRGen { Emit, RAUW, Alias, COMDAT };
301 return StructorCIRGen::Emit;
306 return StructorCIRGen::Emit;
309 if (
const auto *dd = dyn_cast<CXXDestructorDecl>(md)) {
319 return StructorCIRGen::RAUW;
323 return StructorCIRGen::RAUW;
329 return StructorCIRGen::COMDAT;
330 return StructorCIRGen::Emit;
333 return StructorCIRGen::Alias;
343 auto globalValue = dyn_cast_or_null<cir::CIRGlobalValueInterface>(
345 if (globalValue && !globalValue.isDeclaration())
348 auto entry = cast_or_null<cir::FuncOp>(cgm.
getGlobalValue(mangledName));
357void CIRGenItaniumCXXABI::emitCXXStructor(GlobalDecl gd) {
360 const auto *cd = dyn_cast<CXXConstructorDecl>(md);
364 GlobalDecl baseDecl =
368 if (cirGenType == StructorCIRGen::Alias ||
369 cirGenType == StructorCIRGen::COMDAT) {
374 if (cirGenType == StructorCIRGen::RAUW) {
387void CIRGenItaniumCXXABI::addImplicitStructorParams(CIRGenFunction &cgf,
389 FunctionArgList ¶ms) {
394 if (needsVTTParameter(cgf.
curGD)) {
401 astContext,
nullptr, md->getLocation(),
402 &astContext.
Idents.
get(
"vtt"), t, ImplicitParamKind::CXXVTT);
403 params.insert(params.begin() + 1, vttDecl);
404 getStructorImplicitParamDecl(cgf) = vttDecl;
408void CIRGenItaniumCXXABI::emitCXXConstructors(
const CXXConstructorDecl *d) {
424void CIRGenItaniumCXXABI::emitCXXDestructors(
const CXXDestructorDecl *d) {
440CIRGenCXXABI::AddedStructorArgs CIRGenItaniumCXXABI::getImplicitConstructorArgs(
442 bool forVirtualBase,
bool delegating) {
443 if (!needsVTTParameter(GlobalDecl(d,
type)))
444 return AddedStructorArgs{};
454 return AddedStructorArgs::withPrefix({{vtt, vttTy}});
460bool CIRGenItaniumCXXABI::needsVTTParameter(GlobalDecl gd) {
464 if (!md->getParent()->getNumVBases())
478void CIRGenItaniumCXXABI::emitVTableDefinitions(CIRGenVTables &cgvt,
479 const CXXRecordDecl *rd) {
480 cir::GlobalOp vtable = getAddrOfVTable(rd, CharUnits());
481 if (vtable.hasInitializer())
487 mlir::Attribute rtti =
498 vtable.setLinkage(linkage);
501 vtable.setComdat(
true);
516 "emitVTableDefinitions: __fundamental_type_info");
519 [[maybe_unused]]
auto vtableAsGlobalValue =
520 dyn_cast<cir::CIRGlobalValueInterface>(*vtable);
521 assert(vtableAsGlobalValue &&
"VTable must support CIRGlobalValueInterface");
531 "emitVTableDefinitions: WholeProgramVTables");
540mlir::Value CIRGenItaniumCXXABI::emitVirtualDestructorCall(
541 CIRGenFunction &cgf,
const CXXDestructorDecl *dtor,
CXXDtorType dtorType,
542 Address thisAddr, DeleteOrMemberCallExpr
expr) {
543 auto *
callExpr = dyn_cast<const CXXMemberCallExpr *>(
expr);
544 auto *delExpr = dyn_cast<const CXXDeleteExpr *>(
expr);
545 assert((
callExpr !=
nullptr) ^ (delExpr !=
nullptr));
549 GlobalDecl globalDecl(dtor, dtorType);
550 const CIRGenFunctionInfo *fnInfo =
559 thisTy,
nullptr, QualType(),
nullptr);
563void CIRGenItaniumCXXABI::emitVirtualInheritanceTables(
564 const CXXRecordDecl *rd) {
571class CIRGenItaniumRTTIBuilder {
573 const CIRGenItaniumCXXABI &cxxABI;
576 SmallVector<mlir::Attribute, 16> fields;
579 cir::GlobalOp getAddrOfTypeName(mlir::Location loc, QualType ty,
580 cir::GlobalLinkageKind linkage);
583 mlir::Attribute getAddrOfExternalRTTIDescriptor(mlir::Location loc,
587 void buildVTablePointer(mlir::Location loc,
const Type *ty);
591 void buildSIClassTypeInfo(mlir::Location loc,
const CXXRecordDecl *rd);
596 void buildVMIClassTypeInfo(mlir::Location loc,
const CXXRecordDecl *rd);
600 void buildPointerTypeInfo(mlir::Location loc, QualType ty);
604 void buildPointerToMemberTypeInfo(mlir::Location loc,
605 const MemberPointerType *ty);
608 CIRGenItaniumRTTIBuilder(
const CIRGenItaniumCXXABI &abi, CIRGenModule &cgm)
609 : cgm(cgm), cxxABI(abi) {}
613 mlir::Attribute buildTypeInfo(mlir::Location loc, QualType ty);
616 mlir::Attribute buildTypeInfo(mlir::Location loc, QualType ty,
617 cir::GlobalLinkageKind linkage,
618 mlir::SymbolTable::Visibility visibility);
637 PTI_Incomplete = 0x8,
641 PTI_ContainingClassIncomplete = 0x10,
653 VMI_NonDiamondRepeat = 0x1,
656 VMI_DiamondShaped = 0x2
671static bool typeInfoIsInStandardLibrary(
const BuiltinType *ty) {
687 case BuiltinType::WasmExternRef:
688 case BuiltinType::HLSLResource:
689 llvm_unreachable(
"NYI");
690 case BuiltinType::Void:
691 case BuiltinType::NullPtr:
692 case BuiltinType::Bool:
693 case BuiltinType::WChar_S:
694 case BuiltinType::WChar_U:
695 case BuiltinType::Char_U:
696 case BuiltinType::Char_S:
697 case BuiltinType::UChar:
698 case BuiltinType::SChar:
699 case BuiltinType::Short:
700 case BuiltinType::UShort:
701 case BuiltinType::Int:
702 case BuiltinType::UInt:
703 case BuiltinType::Long:
704 case BuiltinType::ULong:
705 case BuiltinType::LongLong:
706 case BuiltinType::ULongLong:
707 case BuiltinType::Half:
708 case BuiltinType::Float:
709 case BuiltinType::Double:
710 case BuiltinType::LongDouble:
711 case BuiltinType::Float16:
712 case BuiltinType::Float128:
713 case BuiltinType::Ibm128:
714 case BuiltinType::Char8:
715 case BuiltinType::Char16:
716 case BuiltinType::Char32:
717 case BuiltinType::Int128:
718 case BuiltinType::UInt128:
721#define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \
722 case BuiltinType::Id:
723#include "clang/Basic/OpenCLImageTypes.def"
724#define EXT_OPAQUE_TYPE(ExtType, Id, Ext) case BuiltinType::Id:
725#include "clang/Basic/OpenCLExtensionTypes.def"
726 case BuiltinType::OCLSampler:
727 case BuiltinType::OCLEvent:
728 case BuiltinType::OCLClkEvent:
729 case BuiltinType::OCLQueue:
730 case BuiltinType::OCLReserveID:
731#define SVE_TYPE(Name, Id, SingletonId) case BuiltinType::Id:
732#include "clang/Basic/AArch64ACLETypes.def"
733#define PPC_VECTOR_TYPE(Name, Id, Size) case BuiltinType::Id:
734#include "clang/Basic/PPCTypes.def"
735#define RVV_TYPE(Name, Id, SingletonId) case BuiltinType::Id:
736#include "clang/Basic/RISCVVTypes.def"
737#define AMDGPU_TYPE(Name, Id, SingletonId, Width, Align) case BuiltinType::Id:
738#include "clang/Basic/AMDGPUTypes.def"
739 case BuiltinType::ShortAccum:
740 case BuiltinType::Accum:
741 case BuiltinType::LongAccum:
742 case BuiltinType::UShortAccum:
743 case BuiltinType::UAccum:
744 case BuiltinType::ULongAccum:
745 case BuiltinType::ShortFract:
746 case BuiltinType::Fract:
747 case BuiltinType::LongFract:
748 case BuiltinType::UShortFract:
749 case BuiltinType::UFract:
750 case BuiltinType::ULongFract:
751 case BuiltinType::SatShortAccum:
752 case BuiltinType::SatAccum:
753 case BuiltinType::SatLongAccum:
754 case BuiltinType::SatUShortAccum:
755 case BuiltinType::SatUAccum:
756 case BuiltinType::SatULongAccum:
757 case BuiltinType::SatShortFract:
758 case BuiltinType::SatFract:
759 case BuiltinType::SatLongFract:
760 case BuiltinType::SatUShortFract:
761 case BuiltinType::SatUFract:
762 case BuiltinType::SatULongFract:
763 case BuiltinType::BFloat16:
766 case BuiltinType::Dependent:
767#define BUILTIN_TYPE(Id, SingletonId)
768#define PLACEHOLDER_TYPE(Id, SingletonId) case BuiltinType::Id:
769#include "clang/AST/BuiltinTypes.def"
770 llvm_unreachable(
"asking for RRTI for a placeholder type!");
772 case BuiltinType::ObjCId:
773 case BuiltinType::ObjCClass:
774 case BuiltinType::ObjCSel:
775 llvm_unreachable(
"FIXME: Objective-C types are unsupported!");
778 llvm_unreachable(
"Invalid BuiltinType Kind!");
781static bool typeInfoIsInStandardLibrary(
const PointerType *pointerTy) {
783 const auto *builtinTy = dyn_cast<BuiltinType>(pointeeTy);
794 return typeInfoIsInStandardLibrary(builtinTy);
799static bool isStandardLibraryRttiDescriptor(QualType ty) {
801 if (
const auto *builtinTy = dyn_cast<BuiltinType>(ty))
802 return typeInfoIsInStandardLibrary(builtinTy);
806 if (
const auto *pointerTy = dyn_cast<PointerType>(ty))
807 return typeInfoIsInStandardLibrary(pointerTy);
816static bool shouldUseExternalRttiDescriptor(CIRGenModule &cgm, QualType ty) {
824 if (
const auto *recordTy = dyn_cast<RecordType>(ty)) {
837 bool isDLLImport = rd->
hasAttr<DLLImportAttr>();
847 return !isDLLImport || cgm.
getTriple().isWindowsItaniumEnvironment();
860 llvm::SmallPtrSet<const CXXRecordDecl *, 16> nonVirtualBases;
861 llvm::SmallPtrSet<const CXXRecordDecl *, 16> virtualBases;
866static unsigned computeVmiClassTypeInfoFlags(
const CXXBaseSpecifier *base,
874 if (!bases.virtualBases.insert(baseDecl).second) {
877 flags |= VMI_DiamondShaped;
879 if (bases.nonVirtualBases.count(baseDecl))
880 flags |= VMI_NonDiamondRepeat;
884 if (!bases.nonVirtualBases.insert(baseDecl).second) {
887 flags |= VMI_NonDiamondRepeat;
889 if (bases.virtualBases.count(baseDecl))
890 flags |= VMI_NonDiamondRepeat;
895 for (
const auto &bs : baseDecl->bases())
896 flags |= computeVmiClassTypeInfoFlags(&bs, bases);
901static unsigned computeVmiClassTypeInfoFlags(
const CXXRecordDecl *rd) {
906 for (
const auto &bs : rd->
bases())
907 flags |= computeVmiClassTypeInfoFlags(&bs, bases);
916static bool canUseSingleInheritance(
const CXXRecordDecl *rd) {
934 return baseDecl->isEmpty() ||
939static bool isIncompleteClassType(
const RecordType *recordTy) {
940 return !recordTy->getDecl()->getDefinitionOrSelf()->isCompleteDefinition();
954static bool containsIncompleteClassType(QualType ty) {
955 if (
const auto *recordTy = dyn_cast<RecordType>(ty)) {
956 if (isIncompleteClassType(recordTy))
960 if (
const auto *pointerTy = dyn_cast<PointerType>(ty))
963 if (
const auto *memberPointerTy = dyn_cast<MemberPointerType>(ty)) {
965 if (!memberPointerTy->getMostRecentCXXRecordDecl()->hasDefinition())
968 return containsIncompleteClassType(memberPointerTy->getPointeeType());
980 flags |= PTI_Volatile;
982 flags |= PTI_Restrict;
986 if (containsIncompleteClassType(ty))
987 flags |= PTI_Incomplete;
989 if (
const auto *proto = ty->
getAs<FunctionProtoType>()) {
990 if (proto->isNothrow()) {
991 flags |= PTI_Noexcept;
999const char *vTableClassNameForType(
const CIRGenModule &cgm,
const Type *ty) {
1001 static const char *
const classTypeInfo =
1002 "_ZTVN10__cxxabiv117__class_type_infoE";
1004 static const char *
const siClassTypeInfo =
1005 "_ZTVN10__cxxabiv120__si_class_type_infoE";
1007 static const char *
const vmiClassTypeInfo =
1008 "_ZTVN10__cxxabiv121__vmi_class_type_infoE";
1011#define TYPE(Class, Base)
1012#define ABSTRACT_TYPE(Class, Base)
1013#define NON_CANONICAL_UNLESS_DEPENDENT_TYPE(Class, Base) case Type::Class:
1014#define NON_CANONICAL_TYPE(Class, Base) case Type::Class:
1015#define DEPENDENT_TYPE(Class, Base) case Type::Class:
1016#include "clang/AST/TypeNodes.inc"
1017 llvm_unreachable(
"Non-canonical and dependent types shouldn't get here");
1019 case Type::LValueReference:
1020 case Type::RValueReference:
1021 llvm_unreachable(
"References shouldn't get here");
1024 case Type::DeducedTemplateSpecialization:
1025 llvm_unreachable(
"Undeduced type shouldn't get here");
1028 llvm_unreachable(
"Pipe types shouldn't get here");
1030 case Type::ArrayParameter:
1031 llvm_unreachable(
"Array Parameter types should not get here.");
1035 case Type::OverflowBehavior:
1038 case Type::ExtVector:
1039 case Type::ConstantMatrix:
1043 case Type::BlockPointer:
1044 return "_ZTVN10__cxxabiv123__fundamental_type_infoE";
1045 case Type::ConstantArray:
1046 case Type::IncompleteArray:
1047 case Type::VariableArray:
1049 return "_ZTVN10__cxxabiv117__array_type_infoE";
1051 case Type::FunctionNoProto:
1052 case Type::FunctionProto:
1054 return "_ZTVN10__cxxabiv120__function_type_infoE";
1057 return "_ZTVN10__cxxabiv116__enum_type_infoE";
1059 case Type::Record: {
1061 ->getDefinitionOrSelf();
1064 return classTypeInfo;
1067 if (canUseSingleInheritance(rd)) {
1068 return siClassTypeInfo;
1071 return vmiClassTypeInfo;
1074 case Type::ObjCObject:
1075 cgm.
errorNYI(
"VTableClassNameForType: ObjCObject");
1078 case Type::ObjCInterface:
1079 cgm.
errorNYI(
"VTableClassNameForType: ObjCInterface");
1082 case Type::ObjCObjectPointer:
1085 return "_ZTVN10__cxxabiv119__pointer_type_infoE";
1087 case Type::MemberPointer:
1089 return "_ZTVN10__cxxabiv129__pointer_to_member_type_infoE";
1091 case Type::HLSLAttributedResource:
1092 case Type::HLSLInlineSpirv:
1093 llvm_unreachable(
"HLSL doesn't support virtual functions");
1112 if (containsIncompleteClassType(ty))
1113 return cir::GlobalLinkageKind::InternalLinkage;
1117 llvm_unreachable(
"Linkage hasn't been computed!");
1122 return cir::GlobalLinkageKind::InternalLinkage;
1130 return cir::GlobalLinkageKind::LinkOnceODRLinkage;
1132 if (
const RecordType *record = dyn_cast<RecordType>(ty)) {
1136 return cir::GlobalLinkageKind::WeakODRLinkage;
1138 if (cgm.
getTriple().isWindowsItaniumEnvironment())
1139 if (rd->
hasAttr<DLLImportAttr>() &&
1140 shouldUseExternalRttiDescriptor(cgm, ty))
1141 return cir::GlobalLinkageKind::ExternalLinkage;
1147 .isWindowsGNUEnvironment())
1151 return cir::GlobalLinkageKind::LinkOnceODRLinkage;
1154 llvm_unreachable(
"Invalid linkage!");
1158CIRGenItaniumRTTIBuilder::getAddrOfTypeName(mlir::Location loc, QualType ty,
1159 cir::GlobalLinkageKind linkage) {
1161 SmallString<256>
name;
1162 llvm::raw_svector_ostream
out(name);
1168 mlir::Attribute init = builder.
getString(
1181 loc, name, initStr.getType(), linkage, align);
1187CIRGenItaniumRTTIBuilder::getAddrOfExternalRTTIDescriptor(mlir::Location loc,
1190 SmallString<256>
name;
1191 llvm::raw_svector_ostream
out(name);
1196 cir::GlobalOp gv = dyn_cast_or_null<cir::GlobalOp>(
1197 mlir::SymbolTable::lookupSymbolIn(cgm.
getModule(), name));
1212 cgm.
errorNYI(
"getAddrOfExternalRTTIDescriptor: hasPS4DLLImportExport");
1219void CIRGenItaniumRTTIBuilder::buildVTablePointer(mlir::Location loc,
1222 const char *vTableName = vTableClassNameForType(cgm, ty);
1226 cgm.
errorNYI(
"buildVTablePointer: isRelativeLayout");
1233 loc, vTableName, vtableGlobalTy, cir::GlobalLinkageKind::ExternalLinkage,
1237 mlir::Attribute field{};
1239 cgm.
errorNYI(
"buildVTablePointer: isRelativeLayout");
1241 SmallVector<mlir::Attribute, 4> offsets{
1243 auto indices = mlir::ArrayAttr::get(builder.getContext(), offsets);
1248 assert(field &&
"expected attribute");
1249 fields.push_back(field);
1254void CIRGenItaniumRTTIBuilder::buildSIClassTypeInfo(mlir::Location loc,
1255 const CXXRecordDecl *rd) {
1259 mlir::Attribute baseTypeInfo =
1260 CIRGenItaniumRTTIBuilder(cxxABI, cgm)
1262 fields.push_back(baseTypeInfo);
1268void CIRGenItaniumRTTIBuilder::buildVMIClassTypeInfo(mlir::Location loc,
1269 const CXXRecordDecl *rd) {
1270 mlir::Type unsignedIntLTy =
1277 unsigned flags = computeVmiClassTypeInfoFlags(rd);
1278 fields.push_back(cir::IntAttr::get(unsignedIntLTy, flags));
1283 fields.push_back(cir::IntAttr::get(unsignedIntLTy, rd->
getNumBases()));
1316 mlir::Type offsetFlagsLTy = cgm.
convertType(offsetFlagsTy);
1318 for (
const CXXBaseSpecifier &base : rd->
bases()) {
1320 fields.push_back(CIRGenItaniumRTTIBuilder(cxxABI, cgm)
1321 .buildTypeInfo(loc, base.
getType()));
1335 const ASTRecordLayout &layout =
1344 offsetFlags |= BCTI_Virtual;
1346 offsetFlags |= BCTI_Public;
1348 fields.push_back(cir::IntAttr::get(offsetFlagsLTy, offsetFlags));
1352void CIRGenItaniumRTTIBuilder::buildPointerTypeInfo(mlir::Location loc,
1376 mlir::Attribute flagsAttr = cir::IntAttr::get(unsignedIntTy, flags);
1377 fields.push_back(flagsAttr);
1379 mlir::Attribute pointeeTypeInfo =
1380 CIRGenItaniumRTTIBuilder(cxxABI, cgm).buildTypeInfo(loc, ty);
1381 fields.push_back(pointeeTypeInfo);
1384void CIRGenItaniumRTTIBuilder::buildPointerToMemberTypeInfo(
1385 mlir::Location loc,
const MemberPointerType *ty) {
1400 flags |= PTI_ContainingClassIncomplete;
1403 mlir::Attribute flagsAttr = cir::IntAttr::get(unsignedIntTy, flags);
1404 fields.push_back(flagsAttr);
1406 mlir::Attribute pointeeTypeInfo =
1407 CIRGenItaniumRTTIBuilder(cxxABI, cgm).buildTypeInfo(loc, pointeeTy);
1408 fields.push_back(pointeeTypeInfo);
1411 mlir::Attribute classTypeInfo =
1412 CIRGenItaniumRTTIBuilder(cxxABI, cgm).buildTypeInfo(loc, contextTy);
1413 fields.push_back(classTypeInfo);
1416mlir::Attribute CIRGenItaniumRTTIBuilder::buildTypeInfo(mlir::Location loc,
1422 SmallString<256>
name;
1423 llvm::raw_svector_ostream
out(name);
1426 auto oldGV = dyn_cast_or_null<cir::GlobalOp>(
1427 mlir::SymbolTable::lookupSymbolIn(cgm.
getModule(), name));
1429 if (oldGV && !oldGV.isDeclaration()) {
1430 assert(!oldGV.hasAvailableExternallyLinkage() &&
1431 "available_externally typeinfos not yet implemented");
1437 if (isStandardLibraryRttiDescriptor(ty) ||
1438 shouldUseExternalRttiDescriptor(cgm, ty))
1439 return getAddrOfExternalRTTIDescriptor(loc, ty);
1449 mlir::SymbolTable::Visibility symVisibility;
1452 symVisibility = mlir::SymbolTable::Visibility::Public;
1453 else if (cxxABI.classifyRTTIUniqueness(ty, linkage) ==
1454 CIRGenItaniumCXXABI::RUK_NonUniqueHidden) {
1456 "buildTypeInfo: classifyRTTIUniqueness == RUK_NonUniqueHidden");
1461 return buildTypeInfo(loc, ty, linkage, symVisibility);
1464mlir::Attribute CIRGenItaniumRTTIBuilder::buildTypeInfo(
1465 mlir::Location loc, QualType ty, cir::GlobalLinkageKind linkage,
1466 mlir::SymbolTable::Visibility visibility) {
1475 cir::GlobalOp typeName = getAddrOfTypeName(loc, ty, linkage);
1476 mlir::Attribute typeNameField;
1480 CIRGenItaniumCXXABI::RTTIUniquenessKind rttiUniqueness =
1481 cxxABI.classifyRTTIUniqueness(ty, linkage);
1482 if (rttiUniqueness != CIRGenItaniumCXXABI::RUK_Unique) {
1486 "buildTypeInfo: rttiUniqueness != CIRGenItaniumCXXABI::RUK_Unique");
1492 fields.push_back(typeNameField);
1495#define TYPE(Class, Base)
1496#define ABSTRACT_TYPE(Class, Base)
1497#define NON_CANONICAL_UNLESS_DEPENDENT_TYPE(Class, Base) case Type::Class:
1498#define NON_CANONICAL_TYPE(Class, Base) case Type::Class:
1499#define DEPENDENT_TYPE(Class, Base) case Type::Class:
1500#include "clang/AST/TypeNodes.inc"
1501 llvm_unreachable(
"Non-canonical and dependent types shouldn't get here");
1506 case Type::ExtVector:
1507 case Type::ConstantMatrix:
1509 case Type::BlockPointer:
1514 case Type::LValueReference:
1515 case Type::RValueReference:
1516 llvm_unreachable(
"References shouldn't get here");
1519 case Type::DeducedTemplateSpecialization:
1520 llvm_unreachable(
"Undeduced type shouldn't get here");
1528 case Type::OverflowBehavior:
1531 case Type::ConstantArray:
1532 case Type::IncompleteArray:
1533 case Type::VariableArray:
1534 case Type::ArrayParameter:
1539 case Type::FunctionNoProto:
1540 case Type::FunctionProto:
1550 case Type::Record: {
1552 ->getDefinitionOrSelf();
1558 if (canUseSingleInheritance(rd)) {
1559 buildSIClassTypeInfo(loc, rd);
1561 buildVMIClassTypeInfo(loc, rd);
1567 case Type::ObjCObject:
1568 case Type::ObjCInterface:
1569 cgm.
errorNYI(
"buildTypeInfo: ObjCObject & ObjCInterface");
1572 case Type::ObjCObjectPointer:
1573 cgm.
errorNYI(
"buildTypeInfo: ObjCObjectPointer");
1581 case Type::MemberPointer:
1589 case Type::HLSLAttributedResource:
1590 case Type::HLSLInlineSpirv:
1591 llvm_unreachable(
"HLSL doesn't support RTTI");
1595 cir::TypeInfoAttr init = builder.
getTypeInfo(builder.getArrayAttr(fields));
1597 SmallString<256>
name;
1598 llvm::raw_svector_ostream
out(name);
1602 auto oldGV = dyn_cast_or_null<cir::GlobalOp>(
1603 mlir::SymbolTable::lookupSymbolIn(cgm.
getModule(), name));
1612 cgm.
errorNYI(
"buildTypeInfo: target hasPS4DLLImportExport");
1619 gv.setName(oldGV.getName());
1620 if (!oldGV->use_empty()) {
1621 cgm.
errorNYI(
"buildTypeInfo: old GV !use_empty");
1629 cgm.
errorNYI(
"buildTypeInfo: supportsCOMDAT & isWeakForLinker");
1635 gv.setAlignmentAttr(cgm.
getSize(align));
1652 mlir::SymbolTable::setSymbolVisibility(typeName, visibility);
1657 mlir::SymbolTable::setSymbolVisibility(gv, visibility);
1666bool CIRGenItaniumCXXABI::shouldTypeidBeNullChecked(QualType srcTy) {
1670void CIRGenItaniumCXXABI::emitBadTypeidCall(CIRGenFunction &cgf,
1671 mlir::Location loc) {
1673 cir::FuncType fnTy =
1675 mlir::NamedAttrList attrs;
1676 attrs.set(cir::CIRDialect::getNoReturnAttrName(),
1682 cir::UnreachableOp::create(cgf.
getBuilder(), loc);
1685mlir::Value CIRGenItaniumCXXABI::emitTypeid(CIRGenFunction &cgf, QualType srcTy,
1687 mlir::Type typeInfoPtrTy) {
1689 mlir::Location loc = cgm.
getLoc(classDecl->getSourceRange());
1690 mlir::Value vptr = cgf.
getVTablePtr(loc, thisPtr, classDecl);
1698 cgm.
errorNYI(
"buildVTablePointer: isRelativeLayout");
1700 vtbl = cir::VTableGetTypeInfoOp::create(
1708mlir::Attribute CIRGenItaniumCXXABI::getAddrOfRTTIDescriptor(mlir::Location loc,
1710 return CIRGenItaniumRTTIBuilder(*
this, cgm).buildTypeInfo(loc, ty);
1715CIRGenItaniumCXXABI::RTTIUniquenessKind
1716CIRGenItaniumCXXABI::classifyRTTIUniqueness(
1717 QualType canTy, cir::GlobalLinkageKind linkage)
const {
1718 if (shouldRTTIBeUnique())
1722 if (linkage != cir::GlobalLinkageKind::LinkOnceODRLinkage &&
1723 linkage != cir::GlobalLinkageKind::WeakODRLinkage)
1731 if (linkage == cir::GlobalLinkageKind::LinkOnceODRLinkage)
1732 return RUK_NonUniqueHidden;
1737 assert(linkage == cir::GlobalLinkageKind::WeakODRLinkage);
1738 return RUK_NonUniqueVisible;
1741void CIRGenItaniumCXXABI::emitDestructorCall(
1743 bool forVirtualBase,
bool delegating, Address thisAddr, QualType thisTy) {
1744 GlobalDecl gd(dd,
type);
1750 CIRGenCallee callee =
1757void CIRGenItaniumCXXABI::registerGlobalDtor(
const VarDecl *vd,
1778mlir::Value CIRGenItaniumCXXABI::getCXXDestructorImplicitParam(
1780 bool forVirtualBase,
bool delegating) {
1781 GlobalDecl gd(dd,
type);
1789 mlir::Value exceptionPtr = {},
1790 mlir::FlatSymbolRefAttr typeInfo = {},
1791 mlir::FlatSymbolRefAttr dtor = {}) {
1792 mlir::Block *currentBlock = builder.getInsertionBlock();
1793 mlir::Region *region = currentBlock->getParent();
1795 if (currentBlock->empty()) {
1796 cir::ThrowOp::create(builder, loc, exceptionPtr, typeInfo, dtor);
1797 cir::UnreachableOp::create(builder, loc);
1799 mlir::Block *throwBlock = builder.createBlock(region);
1801 cir::ThrowOp::create(builder, loc, exceptionPtr, typeInfo, dtor);
1802 cir::UnreachableOp::create(builder, loc);
1804 builder.setInsertionPointToEnd(currentBlock);
1805 cir::BrOp::create(builder, loc, throwBlock);
1808 (void)builder.createBlock(region);
1811void CIRGenItaniumCXXABI::emitRethrow(CIRGenFunction &cgf,
bool isNoReturn) {
1815 assert(cgf.
currSrcLoc &&
"expected source location");
1819 cgm.
errorNYI(
"emitRethrow with isNoReturn false");
1823void CIRGenItaniumCXXABI::emitThrow(CIRGenFunction &cgf,
1824 const CXXThrowExpr *e) {
1832 cir::PointerType throwTy =
1839 mlir::TypedValue<cir::PointerType> exceptionPtr =
1840 cir::AllocExceptionOp::create(builder, subExprLoc, throwTy,
1841 builder.getI64IntegerAttr(typeSize))
1849 auto typeInfo = mlir::cast<cir::GlobalViewAttr>(
1852 assert(!typeInfo.getIndices() &&
"expected no indirection");
1861 if (
const RecordType *recordTy = clangThrowType->
getAs<RecordType>()) {
1864 if (!rec->hasTrivialDestructor()) {
1865 cgm.
errorNYI(
"emitThrow: non-trivial destructor");
1877 case TargetCXXABI::GenericItanium:
1878 case TargetCXXABI::GenericAArch64:
1879 return new CIRGenItaniumCXXABI(cgm);
1881 case TargetCXXABI::AppleARM64:
1885 return new CIRGenItaniumCXXABI(cgm);
1888 llvm_unreachable(
"bad or NYI ABI kind");
1892cir::GlobalOp CIRGenItaniumCXXABI::getAddrOfVTable(
const CXXRecordDecl *rd,
1894 assert(vptrOffset.
isZero() &&
"Itanium ABI only supports zero vptr offsets");
1895 cir::GlobalOp &vtable = vtables[rd];
1903 llvm::raw_svector_ostream
out(name);
1904 getMangleContext().mangleCXXVTable(rd,
out);
1919 cir::GlobalLinkageKind::ExternalLinkage,
1933 "getAddrOfVTable: PS4 DLL import/export");
1939CIRGenCallee CIRGenItaniumCXXABI::getVirtualFunctionPointer(
1943 mlir::Location loc = cgf.
getLoc(srcLoc);
1946 mlir::Value vtable = cgf.
getVTablePtr(loc, thisAddr, methodDecl->getParent());
1949 mlir::Value vfunc{};
1951 cgm.
errorNYI(loc,
"getVirtualFunctionPointer: emitVTableTypeCheckedLoad");
1955 mlir::Value vfuncLoad;
1958 cgm.
errorNYI(loc,
"getVirtualFunctionPointer: isRelativeLayout");
1960 auto vtableSlotPtr = cir::VTableGetVirtualFnAddrOp::create(
1961 builder, loc, builder.
getPointerTo(tyPtr), vtable, vtableIndex);
1974 cgm.
errorNYI(loc,
"getVirtualFunctionPointer: strictVTablePointers");
1979 CIRGenCallee callee(gd, vfunc.getDefiningOp());
1983mlir::Value CIRGenItaniumCXXABI::getVTableAddressPointInStructorWithVTT(
1984 CIRGenFunction &cgf,
const CXXRecordDecl *vtableClass, BaseSubobject base,
1985 const CXXRecordDecl *nearestVBase) {
1987 needsVTTParameter(cgf.
curGD) &&
"This class doesn't have VTT");
1998 virtualPointerIndex);
2000 auto vptrType = cir::VPtrType::get(cgf.
getBuilder().getContext());
2006CIRGenItaniumCXXABI::getVTableAddressPoint(BaseSubobject base,
2007 const CXXRecordDecl *vtableClass) {
2008 cir::GlobalOp vtable = getAddrOfVTable(vtableClass, CharUnits());
2012 VTableLayout::AddressPointLocation addressPoint =
2018 auto vtablePtrTy = cir::VPtrType::get(builder.getContext());
2020 return cir::VTableAddrPointOp::create(
2022 mlir::FlatSymbolRefAttr::get(vtable.getSymNameAttr()),
2023 cir::AddressPointAttr::get(cgm.
getBuilder().getContext(),
2028mlir::Value CIRGenItaniumCXXABI::getVTableAddressPointInStructor(
2029 CIRGenFunction &cgf,
const clang::CXXRecordDecl *vtableClass,
2030 clang::BaseSubobject base,
const clang::CXXRecordDecl *nearestVBase) {
2033 needsVTTParameter(cgf.
curGD)) {
2034 return getVTableAddressPointInStructorWithVTT(cgf, vtableClass, base,
2037 return getVTableAddressPoint(base, vtableClass);
2040bool CIRGenItaniumCXXABI::isVirtualOffsetNeededForVTableField(
2041 CIRGenFunction &cgf, CIRGenFunction::VPtr vptr) {
2044 return needsVTTParameter(cgf.
curGD);
2047mlir::Value CIRGenItaniumCXXABI::getVirtualBaseClassOffset(
2048 mlir::Location loc, CIRGenFunction &cgf, Address thisAddr,
2049 const CXXRecordDecl *classDecl,
const CXXRecordDecl *baseClassDecl) {
2051 mlir::Value vtablePtr = cgf.
getVTablePtr(loc, thisAddr, classDecl);
2053 CharUnits vbaseOffsetOffset =
2056 mlir::Value offsetVal =
2058 auto vbaseOffsetPtr = cir::PtrStrideOp::create(builder, loc, cgm.
uInt8PtrTy,
2059 vtableBytePtr, offsetVal);
2061 mlir::Value vbaseOffset;
2064 cgm.
errorNYI(loc,
"getVirtualBaseClassOffset: relative layout");
2080 cir::FuncType fnTy =
2090 cir::UnreachableOp::create(cgf.
getBuilder(), loc);
2094void CIRGenItaniumCXXABI::emitBadCastCall(CIRGenFunction &cgf,
2095 mlir::Location loc) {
2108 if (!dst->isDerivedFrom(src, paths))
2111 unsigned numPublicPaths = 0;
2124 if (pathElement.Base->isVirtual())
2127 if (numPublicPaths > 1)
2134 pathElement.Base->getType()->getAsCXXRecordDecl());
2139 if (numPublicPaths == 0)
2143 if (numPublicPaths > 1)
2170 {voidPtrTy, rttiPtrTy, rttiPtrTy, ptrDiffTy}, voidPtrTy);
2172 fn->setAttr(cir::CIRDialect::getNoThrowAttrName(),
2173 mlir::UnitAttr::get(cgf.
getBuilder().getContext()));
2179 bool vtableUsesRelativeLayout =
2182 loc, src.
getPointer(), vtableUsesRelativeLayout);
2190 cir::PointerType destCIRTy,
2191 bool isRefCast,
Address src) {
2201 std::optional<CharUnits> offset;
2211 pathElement.Base->getType()->getAsCXXRecordDecl();
2212 if (pathElement.Base->isVirtual()) {
2226 offset = pathOffset;
2227 }
else if (offset != pathOffset) {
2243 mlir::Value nullPtrValue = builder.
getNullPtr(destCIRTy, loc);
2245 mlir::Region *currentRegion = builder.getBlock()->getParent();
2250 builder.createBlock(currentRegion, currentRegion->end());
2253 return nullPtrValue;
2261 mlir::Value expectedVPtr =
2262 abi.getVTableAddressPoint(
BaseSubobject(srcDecl, *offset), destDecl);
2266 mlir::Type vptrTy = expectedVPtr.getType();
2270 mlir::Value srcVPtr = builder.
createLoad(loc, srcVPtrPtr);
2275 mlir::Value success =
2276 builder.
createCompare(loc, cir::CmpOpKind::eq, srcVPtr, expectedVPtr);
2278 auto emitCastResult = [&] {
2279 if (offset->isZero())
2286 mlir::Value strideToApply =
2289 mlir::Value resultU8Ptr = cir::PtrStrideOp::create(builder, loc, u8PtrTy,
2290 srcU8Ptr, strideToApply);
2295 mlir::Value failed = builder.
createNot(success);
2296 cir::IfOp::create(builder, loc, failed,
false,
2297 [&](mlir::OpBuilder &, mlir::Location) {
2300 return emitCastResult();
2303 return cir::TernaryOp::create(
2304 builder, loc, success,
2305 [&](mlir::OpBuilder &, mlir::Location) {
2306 auto result = emitCastResult();
2309 [&](mlir::OpBuilder &, mlir::Location) {
2310 mlir::Value nullPtrValue = builder.
getNullPtr(destCIRTy, loc);
2320 auto srcRtti = mlir::cast<cir::GlobalViewAttr>(
2322 auto destRtti = mlir::cast<cir::GlobalViewAttr>(
2327 auto runtimeFuncRef = mlir::FlatSymbolRefAttr::get(runtimeFuncOp);
2328 auto badCastFuncRef = mlir::FlatSymbolRefAttr::get(badCastFuncOp);
2335 auto offsetHintAttr = cir::IntAttr::get(ptrdiffTy, offsetHint.
getQuantity());
2337 return cir::DynamicCastInfoAttr::get(srcRtti, destRtti, runtimeFuncRef,
2338 badCastFuncRef, offsetHintAttr);
2341mlir::Value CIRGenItaniumCXXABI::emitDynamicCast(CIRGenFunction &cgf,
2343 QualType srcRecordTy,
2344 QualType destRecordTy,
2345 cir::PointerType destCIRTy,
2346 bool isRefCast, Address src) {
2347 bool isCastToVoid = destRecordTy.
isNull();
2348 assert((!isCastToVoid || !isRefCast) &&
"cannot cast to void reference");
2361 return cir::TernaryOp::create(
2362 builder, loc, srcPtrIsNull,
2363 [&](mlir::OpBuilder, mlir::Location) {
2365 loc, builder.
getNullPtr(destCIRTy, loc).getResult());
2367 [&](mlir::OpBuilder &, mlir::Location) {
2369 *
this, cgf, loc, srcRecordTy, destRecordTy, destCIRTy,
2377 destCIRTy, isRefCast, src);
2380 cir::DynamicCastInfoAttr castInfo =
2383 isRefCast, castInfo);
2387CIRGenItaniumCXXABI::buildVirtualMethodAttr(cir::MethodType methodTy,
2388 const CXXMethodDecl *md) {
2389 assert(md->
isVirtual() &&
"only deal with virtual member functions");
2395 vtableOffset = index * 4;
2400 vtableOffset = index * pointerWidth.
getQuantity();
2403 return cir::MethodAttr::get(methodTy, vtableOffset);
2407void CIRGenItaniumCXXABI::emitVirtualObjectDelete(
2408 CIRGenFunction &cgf,
const CXXDeleteExpr *delExpr, Address ptr,
2409 QualType elementType,
const CXXDestructorDecl *dtor) {
2411 if (useGlobalDelete) {
2413 "emitVirtualObjectDelete: global delete");
2417 emitVirtualDestructorCall(cgf, dtor, dtorType, ptr, delExpr);
2422CharUnits CIRGenItaniumCXXABI::getArrayCookieSizeImpl(QualType elementType) {
2430Address CIRGenItaniumCXXABI::initializeArrayCookie(CIRGenFunction &cgf,
2432 mlir::Value numElements,
2433 const CXXNewExpr *e,
2434 QualType elementType) {
2435 assert(requiresArrayCookie(e));
2447 CharUnits cookieSize =
2449 assert(cookieSize == getArrayCookieSizeImpl(elementType));
2452 mlir::Value baseBytePtr =
2456 CharUnits cookieOffset = cookieSize - sizeSize;
2457 mlir::Value cookiePtrValue = baseBytePtr;
2458 if (!cookieOffset.
isZero()) {
2467 Address cookiePtr(cookiePtrValue, u8PtrTy, cookiePtrAlignment);
2470 Address numElementsPtr =
2476 mlir::Value dataOffset =
2479 mlir::Value dataPtr =
2481 mlir::Value finalPtr =
2484 return Address(finalPtr, newPtr.
getElementType(), finalAlignment);
2501struct CallEndCatch final : EHScopeStack::Cleanup {
2502 CallEndCatch(
bool mightThrow, mlir::Value catchToken)
2503 : mightThrow(mightThrow), catchToken(catchToken) {}
2505 mlir::Value catchToken;
2507 void emit(CIRGenFunction &cgf, Flags flags)
override {
2519 mlir::Type exnPtrTy,
bool endMightThrow) {
2520 auto catchTokenTy = cir::CatchTokenType::get(cgf.
getBuilder().getContext());
2521 auto beginCatch = cir::BeginCatchOp::create(cgf.
getBuilder(),
2523 catchTokenTy, exnPtrTy, ehToken);
2525 cgf.
ehStack.pushCleanup<CallEndCatch>(
2527 endMightThrow && !cgf.
cgm.
getLangOpts().AssumeNothrowExceptionDtor,
2528 beginCatch.getCatchToken());
2530 return beginCatch.getExnPtr();
2548 mlir::Value adjustedExn =
2555 cgf.
cgm.
errorNYI(loc,
"initCatchParam: catching a pointer");
2559 mlir::Value exnCast =
2571 if (catchType->hasPointerRepresentation()) {
2572 mlir::Value catchParam =
2577 "initCatchParam: PointerRepresentation OCL_Strong");
2582 cgf.
cgm.
errorNYI(loc,
"initCatchParam: PointerRepresentation "
2583 "OCL_ExplicitNone & OCL_Autoreleasing");
2591 cgf.
cgm.
errorNYI(loc,
"initCatchParam: PointerRepresentation OCL_Weak");
2595 llvm_unreachable(
"bad ownership qualifier!");
2600 mlir::Value catchParam =
2617 llvm_unreachable(
"evaluation kind filtered out!");
2620 llvm_unreachable(
"bad evaluation kind");
2624 auto *catchRD = catchType->getAsCXXRecordDecl();
2632 mlir::Value rawAdjustedExn =
2634 Address adjustedExn(rawAdjustedExn, cirCatchTy, caughtExnAlignment);
2641 cgf.
cgm.
errorNYI(loc,
"initCatchParam: cir::TEK_Aggregate non-trivial copy");
2646void CIRGenItaniumCXXABI::emitBeginCatch(CIRGenFunction &cgf,
2647 const CXXCatchStmt *catchStmt,
2648 mlir::Value ehToken) {
2679 auto getCatchParamAllocaIP = [&]() {
2680 cir::CIRBaseBuilderTy::InsertPoint currIns =
2682 mlir::Operation *currParent = currIns.getBlock()->getParentOp();
2684 mlir::Block *insertBlock =
nullptr;
2685 if (
auto scopeOp = currParent->getParentOfType<cir::ScopeOp>()) {
2686 insertBlock = &scopeOp.getScopeRegion().getBlocks().back();
2687 }
else if (
auto fnOp = currParent->getParentOfType<cir::FuncOp>()) {
2688 insertBlock = &fnOp.getRegion().getBlocks().back();
2690 llvm_unreachable(
"unknown outermost scope-like parent");
2699 CIRGenFunction::AutoVarEmission
var =
2706bool CIRGenItaniumCXXABI::hasAnyUnusedVirtualInlineFunction(
2707 const CXXRecordDecl *rd)
const {
2710 for (
const auto &vtableComponent : vtableLayout.vtable_components()) {
2712 if (!vtableComponent.isUsedFunctionPointerKind())
2715 const CXXMethodDecl *method = vtableComponent.getFunctionDecl();
2717 const bool isInlined =
2723 vtableComponent.getGlobalDecl(
false));
2724 auto entry = dyn_cast_or_null<cir::GlobalOp>(cgm.
getGlobalValue(name));
2730 if (!entry || entry.isDeclaration())
2736bool CIRGenItaniumCXXABI::isVTableHidden(
const CXXRecordDecl *rd)
const {
2739 for (
const auto &vtableComponent : vtableLayout.vtable_components()) {
2740 if (vtableComponent.isRTTIKind()) {
2741 const CXXRecordDecl *rttiDecl = vtableComponent.getRTTIDecl();
2742 if (rttiDecl->
getVisibility() == Visibility::HiddenVisibility)
2744 }
else if (vtableComponent.isUsedFunctionPointerKind()) {
2745 const CXXMethodDecl *method = vtableComponent.getFunctionDecl();
2746 if (method->
getVisibility() == Visibility::HiddenVisibility &&
2754bool CIRGenItaniumCXXABI::canSpeculativelyEmitVTableAsBaseClass(
2755 const CXXRecordDecl *rd)
const {
2763 if (isVTableHidden(rd))
2783 if (hasAnyUnusedVirtualInlineFunction(rd))
2791 for (
const auto &
b : rd->
bases()) {
2792 auto *brd =
b.getType()->getAsCXXRecordDecl();
2793 assert(brd &&
"no class for base specifier");
2794 if (
b.isVirtual() || !brd->isDynamicClass())
2796 if (!canSpeculativelyEmitVTableAsBaseClass(brd))
2804bool CIRGenItaniumCXXABI::canSpeculativelyEmitVTable(
2805 const CXXRecordDecl *rd)
const {
2806 if (!canSpeculativelyEmitVTableAsBaseClass(rd))
2814 for (
const auto &
b : rd->
vbases()) {
2815 auto *brd =
b.getType()->getAsCXXRecordDecl();
2816 assert(brd &&
"no class for base specifier");
2817 if (!brd->isDynamicClass())
2819 if (!canSpeculativelyEmitVTableAsBaseClass(brd))
2829 int64_t nonVirtualAdjustment,
2830 int64_t virtualAdjustment,
2831 bool isReturnAdjustment) {
2832 if (!nonVirtualAdjustment && !virtualAdjustment)
2836 mlir::Location loc = builder.getUnknownLoc();
2841 if (nonVirtualAdjustment && !isReturnAdjustment) {
2842 cir::ConstantOp offsetConst = builder.
getSInt64(nonVirtualAdjustment, loc);
2843 v = cir::PtrStrideOp::create(builder, loc, i8PtrTy, v, offsetConst);
2847 mlir::Value resultPtr;
2848 if (virtualAdjustment) {
2854 mlir::Value offsetPtr =
2855 cir::PtrStrideOp::create(builder, loc, i8PtrTy, vtablePtr,
2856 builder.
getSInt64(virtualAdjustment, loc));
2859 cgf.
cgm.
errorNYI(
"virtual adjustment for relative layout vtables");
2865 resultPtr = cir::PtrStrideOp::create(builder, loc, i8PtrTy, v, offset);
2872 if (nonVirtualAdjustment && isReturnAdjustment) {
2873 cir::ConstantOp offsetConst = builder.
getSInt64(nonVirtualAdjustment, loc);
2875 cir::PtrStrideOp::create(builder, loc, i8PtrTy, resultPtr, offsetConst);
2882mlir::Value CIRGenItaniumCXXABI::performThisAdjustment(
2883 CIRGenFunction &cgf, Address thisAddr,
const CXXRecordDecl *unadjustedClass,
2884 const ThunkInfo &ti) {
2891mlir::Value CIRGenItaniumCXXABI::performReturnAdjustment(
2892 CIRGenFunction &cgf, Address ret,
const CXXRecordDecl *unadjustedClass,
2893 const ReturnAdjustment &ra) {
static void emit(Program &P, llvm::SmallVectorImpl< std::byte > &Code, const T &Val, bool &Success)
Helper to write bytecode and bail out if 32-bit offsets become invalid.
static void emitConstructorDestructorAlias(CIRGenModule &cgm, GlobalDecl aliasDecl, GlobalDecl targetDecl)
static CharUnits computeOffsetHint(ASTContext &astContext, const CXXRecordDecl *src, const CXXRecordDecl *dst)
static void insertThrowAndSplit(mlir::OpBuilder &builder, mlir::Location loc, mlir::Value exceptionPtr={}, mlir::FlatSymbolRefAttr typeInfo={}, mlir::FlatSymbolRefAttr dtor={})
static mlir::Value callBeginCatch(CIRGenFunction &cgf, mlir::Value ehToken, mlir::Type exnPtrTy, bool endMightThrow)
static Address emitDynamicCastToVoid(CIRGenFunction &cgf, mlir::Location loc, QualType srcRecordTy, Address src)
static cir::DynamicCastInfoAttr emitDynamicCastInfo(CIRGenFunction &cgf, mlir::Location loc, QualType srcRecordTy, QualType destRecordTy)
static cir::GlobalLinkageKind getTypeInfoLinkage(CIRGenModule &cgm, QualType ty)
Return the linkage that the type info and type info name constants should have for the given type.
static mlir::Value performTypeAdjustment(CIRGenFunction &cgf, Address initialPtr, const CXXRecordDecl *unadjustedClass, int64_t nonVirtualAdjustment, int64_t virtualAdjustment, bool isReturnAdjustment)
static mlir::Value emitExactDynamicCast(CIRGenItaniumCXXABI &abi, CIRGenFunction &cgf, mlir::Location loc, QualType srcRecordTy, QualType destRecordTy, cir::PointerType destCIRTy, bool isRefCast, Address src)
static void emitCallToBadCast(CIRGenFunction &cgf, mlir::Location loc)
static void initCatchParam(CIRGenFunction &cgf, mlir::Value ehToken, const VarDecl &catchParam, Address paramAddr, SourceLocation loc)
A "special initializer" callback for initializing a catch parameter during catch initialization.
static cir::FuncOp getItaniumDynamicCastFn(CIRGenFunction &cgf)
static StructorCIRGen getCIRGenToUse(CIRGenModule &cgm, const CXXMethodDecl *md)
static cir::FuncOp getBadCastFn(CIRGenFunction &cgf)
static RValue performReturnAdjustment(CIRGenFunction &cgf, QualType resultType, RValue rv, const ThunkInfo &thunk)
static unsigned extractPBaseFlags(ASTContext &Ctx, QualType &Type)
Compute the flags for a __pbase_type_info, and remove the corresponding pieces from Type.
Defines the clang::Expr interface and subclasses for C++ expressions.
static QualType getPointeeType(const MemRegion *R)
C Language Family Type Representation.
cir::GlobalViewAttr getGlobalViewAttr(cir::GlobalOp globalOp, mlir::ArrayAttr indices={})
Get constant address of a global variable as an MLIR attribute.
mlir::Value createPtrIsNull(mlir::Value ptr)
cir::PtrStrideOp createPtrStride(mlir::Location loc, mlir::Value base, mlir::Value stride)
static OpBuilder::InsertPoint getBestAllocaInsertPoint(mlir::Block *block)
cir::PointerType getPointerTo(mlir::Type ty)
cir::ConstantOp getNullPtr(mlir::Type ty, mlir::Location loc)
mlir::Value createPtrBitcast(mlir::Value src, mlir::Type newPointeeTy)
mlir::Value getSignedInt(mlir::Location loc, int64_t val, unsigned numBits)
mlir::Value createBitcast(mlir::Value src, mlir::Type newTy)
cir::CmpOp createCompare(mlir::Location loc, cir::CmpOpKind kind, mlir::Value lhs, mlir::Value rhs)
mlir::Value createNot(mlir::Location loc, mlir::Value value)
cir::PointerType getVoidPtrTy(clang::LangAS langAS=clang::LangAS::Default)
cir::YieldOp createYield(mlir::Location loc, mlir::ValueRange value={})
Create a yield operation.
llvm::Align getABITypeAlign(mlir::Type ty) const
Holds long-lived AST nodes (such as types and decls) that can be referred to throughout the semantic ...
CharUnits getTypeAlignInChars(QualType T) const
Return the ABI-specified alignment of a (complete) type T, in characters.
static CanQualType getCanonicalType(QualType T)
Return the canonical (structural) type corresponding to the specified potentially non-canonical type ...
const ASTRecordLayout & getASTRecordLayout(const RecordDecl *D) const
Get or compute information about the layout of the specified record (struct/union/class) D,...
QualType getPointerType(QualType T) const
Return the uniqued reference to the type for a pointer to the specified type.
const LangOptions & getLangOpts() const
QualType getFunctionTypeWithExceptionSpec(QualType Orig, const FunctionProtoType::ExceptionSpecInfo &ESI) const
Get a function type and produce the equivalent function type with the specified exception specificati...
QualType getPointerDiffType() const
Return the unique type for "ptrdiff_t" (C99 7.17) defined in <stddef.h>.
CharUnits getExnObjectAlignment() const
Return the alignment (in bytes) of the thrown exception object.
CharUnits getPreferredTypeAlignInChars(QualType T) const
Return the PreferredAlignment of a (complete) type T, in characters.
CharUnits getTypeSizeInChars(QualType T) const
Return the size of the specified (complete) type T, in characters.
CanQualType UnsignedIntTy
const TargetInfo & getTargetInfo() const
CharUnits toCharUnitsFromBits(int64_t BitSize) const
Convert a size in bits to a size in characters.
TargetCXXABI::Kind getCXXABIKind() const
Return the C++ ABI kind that should be used.
CanQualType getCanonicalTagType(const TagDecl *TD) const
ASTRecordLayout - This class contains layout information for one RecordDecl, which is a struct/union/...
CharUnits getBaseClassOffset(const CXXRecordDecl *Base) const
getBaseClassOffset - Get the offset, in chars, for the given base class.
CharUnits getVBaseClassOffset(const CXXRecordDecl *VBase) const
getVBaseClassOffset - Get the offset, in chars, for the given base class.
const CXXRecordDecl * getBase() const
getBase - Returns the base class declaration.
mlir::Value getPointer() const
mlir::Type getElementType() const
clang::CharUnits getAlignment() const
mlir::Type getType() const
mlir::Value emitRawPointer() const
Return the pointer contained in this class after authenticating it and adding offset to it if necessa...
cir::IntType getUInt64Ty()
cir::TypeInfoAttr getTypeInfo(mlir::ArrayAttr fieldsAttr)
cir::ConstantOp getSInt64(uint64_t c, mlir::Location loc)
cir::PointerType getUInt8PtrTy()
cir::LoadOp createAlignedLoad(mlir::Location loc, mlir::Type ty, mlir::Value ptr, llvm::MaybeAlign align)
cir::FuncType getFuncType(llvm::ArrayRef< mlir::Type > params, mlir::Type retTy, bool isVarArg=false)
mlir::Value createDynCastToVoid(mlir::Location loc, mlir::Value src, bool vtableUseRelativeLayout)
mlir::Value createDynCast(mlir::Location loc, mlir::Value src, cir::PointerType destType, bool isRefCast, cir::DynamicCastInfoAttr info)
cir::StoreOp createStore(mlir::Location loc, mlir::Value val, Address dst, bool isVolatile=false, mlir::IntegerAttr align={}, cir::SyncScopeKindAttr scope={}, cir::MemOrderAttr order={})
mlir::Attribute getString(llvm::StringRef str, mlir::Type eltTy, std::optional< size_t > size, bool ensureNullTerm=true)
Get a cir::ConstArrayAttr for a string literal.
cir::ConstantOp getConstInt(mlir::Location loc, llvm::APSInt intVal)
mlir::Value createVTTAddrPoint(mlir::Location loc, mlir::Type retTy, mlir::Value addr, uint64_t offset)
cir::LoadOp createLoad(mlir::Location loc, Address addr, bool isVolatile=false)
Implements C++ ABI-specific code generation functions.
clang::MangleContext & getMangleContext()
Gets the mangle context.
static CIRGenCallee forDirect(mlir::Operation *funcPtr, const CIRGenCalleeInfo &abstractInfo=CIRGenCalleeInfo())
static CIRGenCallee forVirtual(const clang::CallExpr *ce, clang::GlobalDecl md, Address addr, cir::FuncType fTy)
mlir::Type convertType(clang::QualType t)
static cir::TypeEvaluationKind getEvaluationKind(clang::QualType type)
Return the cir::TypeEvaluationKind of QualType type.
clang::GlobalDecl curGD
The GlobalDecl for the current function being compiled or the global variable currently being initial...
AutoVarEmission emitAutoVarAlloca(const clang::VarDecl &d, mlir::OpBuilder::InsertPoint ip={})
const clang::Decl * curFuncDecl
Address getAddrOfLocalVar(const clang::VarDecl *vd)
Return the address of a local variable.
void emitAnyExprToExn(const Expr *e, Address addr)
void emitAggregateCopy(LValue dest, LValue src, QualType eltTy, AggValueSlot::Overlap_t mayOverlap, bool isVolatile=false)
Emit an aggregate copy.
LValue makeNaturalAlignAddrLValue(mlir::Value val, QualType ty)
mlir::Value getVTTParameter(GlobalDecl gd, bool forVirtualBase, bool delegating)
Return the VTT parameter that should be passed to a base constructor/destructor with virtual bases.
mlir::Location getLoc(clang::SourceLocation srcLoc)
Helpers to convert Clang's SourceLocation to a MLIR Location.
EHScopeStack ehStack
Tracks function scope overall cleanup handling.
mlir::Type convertTypeForMem(QualType t)
mlir::Value emitLoadOfComplex(LValue src, SourceLocation loc)
Load a complex number from the specified l-value.
void emitStoreOfScalar(mlir::Value value, Address addr, bool isVolatile, clang::QualType ty, LValueBaseInfo baseInfo, bool isInit=false, bool isNontemporal=false)
mlir::Value loadCXXVTT()
Load the VTT parameter to base constructors/destructors have virtual bases.
mlir::Value getVTablePtr(mlir::Location loc, Address thisAddr, const clang::CXXRecordDecl *vtableClass)
Return the Value of the vtable pointer member pointed to by thisAddr.
void emitStoreOfComplex(mlir::Location loc, mlir::Value v, LValue dest, bool isInit)
EmitStoreOfComplex - Store a complex number into the specified l-value.
bool shouldEmitVTableTypeCheckedLoad(const CXXRecordDecl *rd)
Returns whether we should perform a type checked load when loading a virtual function for virtual cal...
CIRGenBuilderTy & getBuilder()
mlir::Value emitRuntimeCall(mlir::Location loc, cir::FuncOp callee, llvm::ArrayRef< mlir::Value > args={}, mlir::NamedAttrList attrs={})
mlir::Value emitLoadOfScalar(LValue lvalue, SourceLocation loc)
EmitLoadOfScalar - Load a scalar value from an address, taking care to appropriately convert from the...
LValue makeAddrLValue(Address addr, QualType ty, AlignmentSource source=AlignmentSource::Type)
void emitCXXDestructorCall(const CXXDestructorDecl *dd, CXXDtorType type, bool forVirtualBase, bool delegating, Address thisAddr, QualType thisTy)
std::optional< mlir::Location > currSrcLoc
Use to track source locations across nested visitor traversals.
clang::ASTContext & getContext() const
void emitAutoVarCleanups(const AutoVarEmission &emission)
This class organizes the cross-function state that is used while generating CIR code.
static cir::GlobalOp createGlobalOp(CIRGenModule &cgm, mlir::Location loc, llvm::StringRef name, mlir::Type t, bool isConstant=false, mlir::ptr::MemorySpaceAttrInterface addrSpace={}, mlir::Operation *insertPoint=nullptr)
llvm::StringRef getMangledName(clang::GlobalDecl gd)
DiagnosticBuilder errorNYI(SourceLocation, llvm::StringRef)
Helpers to emit "not yet implemented" error diagnostics.
clang::ASTContext & getASTContext() const
cir::FuncOp getAddrOfCXXStructor(clang::GlobalDecl gd, const CIRGenFunctionInfo *fnInfo=nullptr, cir::FuncType fnType=nullptr, bool dontDefer=false, ForDefinition_t isForDefinition=NotForDefinition)
void addReplacement(llvm::StringRef name, mlir::Operation *op)
mlir::Type convertType(clang::QualType type)
mlir::IntegerAttr getSize(CharUnits size)
CIRGenBuilderTy & getBuilder()
ItaniumVTableContext & getItaniumVTableContext()
void setGVProperties(mlir::Operation *op, const NamedDecl *d) const
Set visibility, dllimport/dllexport and dso_local.
clang::CharUnits getClassPointerAlignment(const clang::CXXRecordDecl *rd)
Return the best known alignment for an unknown pointer to a particular class.
mlir::Attribute getAddrOfRTTIDescriptor(mlir::Location loc, QualType ty, bool forEH=false)
Get the address of the RTTI descriptor for the given type.
const clang::TargetInfo & getTarget() const
const llvm::Triple & getTriple() const
static mlir::SymbolTable::Visibility getMLIRVisibility(Visibility v)
cir::GlobalOp createOrReplaceCXXRuntimeVariable(mlir::Location loc, llvm::StringRef name, mlir::Type ty, cir::GlobalLinkageKind linkage, clang::CharUnits alignment)
Will return a global variable of the given type.
cir::FuncOp createRuntimeFunction(cir::FuncType ty, llvm::StringRef name, mlir::NamedAttrList extraAttrs={}, bool isLocal=false, bool assumeConvergent=false)
void emitAliasForGlobal(llvm::StringRef mangledName, mlir::Operation *op, GlobalDecl aliasGD, cir::FuncOp aliasee, cir::GlobalLinkageKind linkage)
const cir::CIRDataLayout getDataLayout() const
static void setInitializer(cir::GlobalOp &op, mlir::Attribute value)
cir::GlobalLinkageKind getFunctionLinkage(GlobalDecl gd)
const clang::CodeGenOptions & getCodeGenOpts() const
const clang::LangOptions & getLangOpts() const
void addDeferredVTable(const CXXRecordDecl *rd)
cir::FuncOp codegenCXXStructor(clang::GlobalDecl gd)
mlir::Location getLoc(clang::SourceLocation cLoc)
Helpers to convert the presumed location of Clang's SourceLocation to an MLIR Location.
mlir::Operation * getGlobalValue(llvm::StringRef ref)
mlir::ModuleOp getModule() const
bool supportsCOMDAT() const
mlir::MLIRContext & getMLIRContext()
mlir::Operation * getAddrOfGlobal(clang::GlobalDecl gd, ForDefinition_t isForDefinition=NotForDefinition)
void maybeSetTrivialComdat(const clang::Decl &d, mlir::Operation *op)
CIRGenCXXABI & getCXXABI() const
void emitGlobal(clang::GlobalDecl gd)
Emit code for a single global function or variable declaration.
CIRGenVTables & getVTables()
cir::GlobalLinkageKind getVTableLinkage(const CXXRecordDecl *rd)
Return the appropriate linkage for the vtable, VTT, and type information of the given class.
const CIRGenFunctionInfo & arrangeCXXStructorDeclaration(clang::GlobalDecl gd)
cir::FuncType getFunctionType(const CIRGenFunctionInfo &info)
Get the CIR function type for.
cir::RecordType getVTableType(const clang::VTableLayout &layout)
Returns the type of a vtable with the given layout.
void createVTableInitializer(cir::GlobalOp &vtable, const clang::VTableLayout &layout, mlir::Attribute rtti, bool vtableHasLocalLinkage)
Add vtable components for the given vtable layout to the given global initializer.
void emitVTTDefinition(cir::GlobalOp vttOp, cir::GlobalLinkageKind linkage, const CXXRecordDecl *rd)
Emit the definition of the given vtable.
cir::GlobalOp getAddrOfVTT(const CXXRecordDecl *rd)
Get the address of the VTT for the given record decl.
bool isVTableExternal(const clang::CXXRecordDecl *rd)
At this point in the translation unit, does it appear that can we rely on the vtable being defined el...
uint64_t getSecondaryVirtualPointerIndex(const CXXRecordDecl *rd, BaseSubobject base)
Return the index in the VTT where the virtual pointer for the given subobject is located.
Represents a path from a specific derived class (which is not represented as part of the path) to a p...
BasePaths - Represents the set of paths from a derived class to one of its (direct or indirect) bases...
bool isVirtual() const
Determines whether the base class is a virtual base class (or not).
QualType getType() const
Retrieves the type of the base class.
AccessSpecifier getAccessSpecifier() const
Returns the access specifier for this base specifier.
SourceLocation getBeginLoc() const LLVM_READONLY
VarDecl * getExceptionDecl() const
bool isGlobalDelete() const
Represents a static or instance method of a struct/union/class.
const CXXRecordDecl * getParent() const
Return the parent of this method declaration, which is the class in which this method is defined.
CXXMethodDecl * getCanonicalDecl() override
Retrieves the "canonical" declaration of the given declaration.
SourceRange getSourceRange() const
Represents a C++ struct/union/class.
bool isEffectivelyFinal() const
Determine whether it's impossible for a class to be derived from this class.
unsigned getNumBases() const
Retrieves the number of base classes of this class.
base_class_iterator bases_begin()
const CXXBaseSpecifier * base_class_const_iterator
Iterator that traverses the base classes of a class.
base_class_range vbases()
bool isAbstract() const
Determine whether this class has a pure virtual function.
bool isDynamicClass() const
bool hasDefinition() const
unsigned getNumVBases() const
Retrieves the number of virtual base classes of this class.
bool isDerivedFrom(const CXXRecordDecl *Base) const
Determine whether this class is derived from the class Base.
const Expr * getSubExpr() const
static CanQual< Type > CreateUnsafe(QualType Other)
Qualifiers getQualifiers() const
Retrieve all qualifiers.
CharUnits - This is an opaque type for sizes expressed in character units.
CharUnits alignmentAtOffset(CharUnits offset) const
Given that this is a non-zero alignment value, what is the alignment at the given offset?
bool isZero() const
isZero - Test whether the quantity equals zero.
QuantityType getQuantity() const
getQuantity - Get the raw integer representation of this quantity.
static CharUnits One()
One - Construct a CharUnits quantity of one.
static CharUnits fromQuantity(QuantityType Quantity)
fromQuantity - Construct a CharUnits quantity from a raw integer type.
static CharUnits Zero()
Zero - Construct a CharUnits quantity of zero.
DeclContext * getParent()
getParent - Returns the containing DeclContext.
bool isTranslationUnit() const
SourceLocation getLocation() const
DeclContext * getDeclContext()
bool shouldEmitInExternalSource() const
Whether the definition of the declaration should be emitted in external sources.
This represents one expression.
bool isInlined() const
Determine whether this function should be inlined, because it is either marked "inline" or "constexpr...
FunctionDecl * getDefinition()
Get the definition for this declaration.
bool isDefined(const FunctionDecl *&Definition, bool CheckForPendingFriendDefinition=false) const
Returns true if the function has a definition that does not need to be instantiated.
GlobalDecl - represents a global declaration.
GlobalDecl getWithCtorType(CXXCtorType Type)
CXXCtorType getCtorType() const
GlobalDecl getWithDtorType(CXXDtorType Type)
CXXDtorType getDtorType() const
const Decl * getDecl() const
bool isStr(const char(&Str)[StrLen]) const
Return true if this is the identifier for the specified string.
IdentifierInfo & get(StringRef Name)
Return the identifier token info for the specified named identifier.
static ImplicitParamDecl * Create(ASTContext &C, DeclContext *DC, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, ImplicitParamKind ParamKind)
Create implicit parameter.
uint64_t getMethodVTableIndex(GlobalDecl GD)
Locate a virtual function in the vtable.
bool isRelativeLayout() const
const VTableLayout & getVTableLayout(const CXXRecordDecl *RD)
CharUnits getVirtualBaseOffsetOffset(const CXXRecordDecl *RD, const CXXRecordDecl *VBase)
Return the offset in chars (relative to the vtable address point) where the offset of the virtual bas...
virtual void mangleCXXRTTI(QualType T, raw_ostream &)=0
virtual void mangleCXXRTTIName(QualType T, raw_ostream &, bool NormalizeIntegers=false)=0
CXXRecordDecl * getMostRecentCXXRecordDecl() const
Note: this can trigger extra deserialization when external AST sources are used.
QualType getPointeeType() const
IdentifierInfo * getIdentifier() const
Get the identifier that names this declaration, if there is one.
Visibility getVisibility() const
Determines the visibility of this entity.
QualType getPointeeType() const
A (possibly-)qualified type.
bool isVolatileQualified() const
Determine whether this type is volatile-qualified.
bool isRestrictQualified() const
Determine whether this type is restrict-qualified.
bool isNull() const
Return true if this QualType doesn't point to a type yet.
Qualifiers getQualifiers() const
Retrieve the set of qualifiers applied to this type.
QualType getCanonicalType() const
QualType getUnqualifiedType() const
Retrieve the unqualified variant of the given type, removing as little sugar as possible.
bool isConstQualified() const
Determine whether this type is const-qualified.
@ OCL_Strong
Assigning into this object requires the old value to be released and the new value to be retained.
@ OCL_ExplicitNone
This object can be modified without requiring retains or releases.
@ OCL_None
There is no lifetime qualification on this type.
@ OCL_Weak
Reading or writing from this object requires a barrier call.
@ OCL_Autoreleasing
Assigning into this object requires a lifetime extension.
ObjCLifetime getObjCLifetime() const
Encodes a location in the source.
SourceRange getSourceRange() const LLVM_READONLY
SourceLocation tokens are not useful in isolation - they are low level value objects created/interpre...
SourceRange getSourceRange() const override LLVM_READONLY
Source range that this declaration covers.
bool hasConstructorVariants() const
Does this ABI have different entrypoints for complete-object and base-subobject constructors?
const llvm::Triple & getTriple() const
Returns the target triple of the primary target.
uint64_t getPointerWidth(LangAS AddrSpace) const
Return the width of pointers on this target, for the specified address space.
virtual bool hasPS4DLLImportExport() const
uint64_t getPointerAlign(LangAS AddrSpace) const
TargetCXXABI getCXXABI() const
Get the C++ ABI currently in use.
unsigned getLongWidth() const
getLongWidth/Align - Return the size of 'signed long' and 'unsigned long' for this target,...
SourceLocation getBeginLoc() const LLVM_READONLY
CXXRecordDecl * getAsCXXRecordDecl() const
Retrieves the CXXRecordDecl that this type refers to, either because the type is a RecordType or beca...
CXXRecordDecl * castAsCXXRecordDecl() const
Visibility getVisibility() const
Determine the visibility of this type.
Linkage getLinkage() const
Determine the linkage of this type.
TypeClass getTypeClass() const
const T * getAs() const
Member-template getAs<specific type>'.
bool isRecordType() const
AddressPointLocation getAddressPoint(BaseSubobject Base) const
Represents a variable declaration or definition.
TLSKind getTLSKind() const
SourceRange getSourceRange() const override LLVM_READONLY
Source range that this declaration covers.
bool isNoDestroy(const ASTContext &) const
Is destruction of this variable entirely suppressed?
const Expr * getInit() const
static bool isLocalLinkage(GlobalLinkageKind linkage)
static bool isValidLinkage(GlobalLinkageKind gl)
static bool isWeakForLinker(GlobalLinkageKind linkage)
Whether the definition of this global may be replaced at link time.
static bool isDiscardableIfUnused(GlobalLinkageKind linkage)
Whether the definition of this global may be discarded if it is not used in its compilation unit.
CIRGenCXXABI * CreateCIRGenItaniumCXXABI(CIRGenModule &cgm)
Creates and Itanium-family ABI.
llvm::Value * getCXXDestructorImplicitParam(CodeGenModule &CGM, llvm::BasicBlock *InsertBlock, llvm::BasicBlock::iterator InsertPoint, const CXXDestructorDecl *D, CXXDtorType Type, bool ForVirtualBase, bool Delegating)
const internal::VariadicDynCastAllOfMatcher< Stmt, CallExpr > callExpr
Matches call expressions.
const internal::VariadicAllOfMatcher< Type > type
Matches Types in the clang AST.
const internal::VariadicDynCastAllOfMatcher< Stmt, Expr > expr
Matches expressions.
constexpr Variable var(Literal L)
Returns the variable of L.
constexpr size_t align(size_t Size)
Aligns a size to the pointer alignment.
The JSON file list parser is used to communicate input to InstallAPI.
CanQual< Type > CanQualType
Represents a canonical, potentially-qualified type.
CXXCtorType
C++ constructor types.
@ Ctor_Base
Base object ctor.
@ Ctor_Complete
Complete object ctor.
bool isa(CodeGen::Address addr)
@ VisibleNone
No linkage according to the standard, but is visible from other translation units because of types de...
@ None
No linkage, which means that the entity is unique and can only be referred to from within its scope.
@ UniqueExternal
External linkage within a unique namespace.
@ Internal
Internal linkage, which indicates that the entity can be referred to from within the translation unit...
@ External
External linkage, which indicates that the entity can be referred to from other translation units.
@ Module
Module linkage, which indicates that the entity can be referred to from other translation units withi...
CXXDtorType
C++ destructor types.
@ Dtor_Base
Base object dtor.
@ Dtor_Complete
Complete object dtor.
@ Dtor_Deleting
Deleting dtor.
@ Type
The name was classified as a type.
U cast(CodeGen::Address addr)
@ EST_None
no exception specification
@ DefaultVisibility
Objects with "default" visibility are seen by the dynamic linker and act like normal objects.
static bool addressSpace()
static bool opGlobalUnnamedAddr()
static bool vtableEmitMetadata()
static bool emitTypeMetadataCodeForVCall()
static bool opFuncReadOnly()
static bool setDLLStorageClass()
static bool hiddenVisibility()
static bool cxxabiAppleARM64CXXABI()
static bool opGlobalDLLImportExport()
static bool opGlobalPartition()
static bool isTrivialCtorOrDtor()
static bool opFuncCallingConv()
static bool opFuncWillReturn()
static bool protectedVisibility()
static bool cxxabiUseARMGuardVarABI()
static bool cxxabiUseARMMethodPtrABI()
static bool setDSOLocal()
static bool vtableRelativeLayout()
const clang::CXXRecordDecl * nearestVBase
clang::CharUnits getPointerAlign() const
clang::CharUnits getSizeSize() const
cir::PointerType uInt8PtrTy
Represents an element in a path from a derived class to a base class.
union clang::ReturnAdjustment::VirtualAdjustment Virtual
int64_t NonVirtual
The non-virtual adjustment from the derived object to its nearest virtual base.
union clang::ThisAdjustment::VirtualAdjustment Virtual
int64_t NonVirtual
The non-virtual adjustment from the derived object to its nearest virtual base.
ThisAdjustment This
The this pointer adjustment.
unsigned AddressPointIndex
struct clang::ReturnAdjustment::VirtualAdjustment::@103031170252120233124322035264172076254313213024 Itanium
int64_t VBaseOffsetOffset
The offset (in bytes), relative to the address point of the virtual base class offset.
struct clang::ThisAdjustment::VirtualAdjustment::@106065375072164260365214033034320247050276346205 Itanium
int64_t VCallOffsetOffset
The offset (in bytes), relative to the address point, of the virtual call offset.