| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGRecordLayoutBuilder.cpp | 175 FieldTypes.push_back(getByteArrayType(Size)); in appendPaddingBytes() 216 SmallVector<llvm::Type *, 16> FieldTypes; member 366 FieldTypes.push_back(StorageType); in lowerUnion() 836 FieldTypes.push_back(Member->Data); in fillOutputFields() 839 Fields[Member->FD->getCanonicalDecl()] = FieldTypes.size() - 1; in fillOutputFields() 842 setBitFieldInfo(Member->FD, Member->Offset, FieldTypes.back()); in fillOutputFields() 844 NonVirtualBases[Member->RD] = FieldTypes.size() - 1; in fillOutputFields() 846 VirtualBases[Member->RD] = FieldTypes.size() - 1; in fillOutputFields() 903 getLLVMContext(), BaseBuilder.FieldTypes, "", BaseBuilder.Packed); in ComputeRecordLayout() 915 Ty->setBody(Builder.FieldTypes, Builder.Packed); in ComputeRecordLayout()
|
| H A D | MicrosoftCXXABI.cpp | 497 llvm::Type *FieldTypes[] = { in getTypeDescriptorType() local 515 llvm::Type *FieldTypes[] = { in getBaseClassDescriptorType() local 525 CGM.getLLVMContext(), FieldTypes, "rtti.BaseClassDescriptor"); in getBaseClassDescriptorType() 535 llvm::Type *FieldTypes[] = { in getClassHierarchyDescriptorType() local 542 ClassHierarchyDescriptorType->setBody(FieldTypes); in getClassHierarchyDescriptorType() 551 llvm::Type *FieldTypes[] = { in getCompleteObjectLocatorType() local 559 llvm::ArrayRef<llvm::Type *> FieldTypesRef(FieldTypes); in getCompleteObjectLocatorType() 731 llvm::Type *FieldTypes[] = { in getCatchableTypeType() local 741 CGM.getLLVMContext(), FieldTypes, "eh.CatchableType"); in getCatchableTypeType() 755 llvm::Type *FieldTypes[] = { in getCatchableTypeArrayType() local [all …]
|
| H A D | CodeGenModule.cpp | 6252 QualType FieldTypes[] = { in getObjCFastEnumerationStateType() local 6263 FieldTypes[i], /*TInfo=*/nullptr, in getObjCFastEnumerationStateType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILOpBuilder.cpp | 180 Type *FieldTypes[5] = {OverloadTy, OverloadTy, OverloadTy, OverloadTy, in getResRetType() local 182 return getOrCreateStructType(TypeName, FieldTypes, Ctx); in getResRetType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 7392 QualType FieldTypes[] = { in getBlockDescriptorType() local 7427 QualType FieldTypes[] = { in getBlockDescriptorExtendedType() local 8770 QualType FieldTypes[NumFields]; in CreateAArch64ABIBuiltinVaListDecl() local 8786 FieldTypes[3] = Context->IntTy; in CreateAArch64ABIBuiltinVaListDecl() 8790 FieldTypes[4] = Context->IntTy; in CreateAArch64ABIBuiltinVaListDecl() 8823 QualType FieldTypes[NumFields]; in CreatePowerABIBuiltinVaListDecl() local 8885 QualType FieldTypes[NumFields]; in CreateX86_64ABIBuiltinVaListDecl() local 8988 QualType FieldTypes[NumFields]; in CreateSystemZBuiltinVaListDecl() local 8992 FieldTypes[0] = Context->LongTy; in CreateSystemZBuiltinVaListDecl() 8996 FieldTypes[1] = Context->LongTy; in CreateSystemZBuiltinVaListDecl() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 917 SmallVector<Type*, 16> FieldTypes; in finish() local 918 FieldTypes.reserve(LayoutFields.size() * 3 / 2); in finish() 931 FieldTypes.push_back(ArrayType::get(Type::getInt8Ty(Context), in finish() 936 F.LayoutFieldIndex = FieldTypes.size(); in finish() 938 FieldTypes.push_back(F.Ty); in finish() 940 FieldTypes.push_back( in finish() 946 Ty->setBody(FieldTypes, Packed); in finish()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 2537 QualType FieldTypes[2]; in getSuperStructType() local 2540 FieldTypes[0] = Context->getObjCIdType(); in getSuperStructType() 2542 FieldTypes[1] = Context->getObjCClassType(); in getSuperStructType() 2549 FieldTypes[i], nullptr, in getSuperStructType() 2565 QualType FieldTypes[4]; in getConstantStringStructType() local 2568 FieldTypes[0] = Context->getObjCIdType(); in getConstantStringStructType() 2570 FieldTypes[1] = Context->IntTy; in getConstantStringStructType() 2572 FieldTypes[2] = Context->getPointerType(Context->CharTy); in getConstantStringStructType() 2574 FieldTypes[3] = Context->LongTy; in getConstantStringStructType() 2582 FieldTypes[i], nullptr, in getConstantStringStructType()
|
| H A D | RewriteModernObjC.cpp | 2984 QualType FieldTypes[2]; in getSuperStructType() local 2987 FieldTypes[0] = Context->getObjCIdType(); in getSuperStructType() 2989 FieldTypes[1] = Context->getObjCIdType(); in getSuperStructType() 2996 FieldTypes[i], nullptr, in getSuperStructType() 3012 QualType FieldTypes[4]; in getConstantStringStructType() local 3015 FieldTypes[0] = Context->getObjCIdType(); in getConstantStringStructType() 3017 FieldTypes[1] = Context->IntTy; in getConstantStringStructType() 3019 FieldTypes[2] = Context->getPointerType(Context->CharTy); in getConstantStringStructType() 3021 FieldTypes[3] = Context->LongTy; in getConstantStringStructType() 3029 FieldTypes[i], nullptr, in getConstantStringStructType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVGlobalRegistry.cpp | 576 SmallVector<Register, 4> FieldTypes; in getOpTypeStruct() local 581 FieldTypes.push_back(getSPIRVTypeID(ElemTy)); in getOpTypeStruct() 585 for (const auto &Ty : FieldTypes) in getOpTypeStruct()
|