| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGRecordLayoutBuilder.cpp | 175 FieldTypes.push_back(getByteArrayType(Size)); in appendPaddingBytes() 216 SmallVector<llvm::Type *, 16> FieldTypes; member 365 FieldTypes.push_back(StorageType); in lowerUnion() 824 FieldTypes.push_back(Member->Data); in fillOutputFields() 827 Fields[Member->FD->getCanonicalDecl()] = FieldTypes.size() - 1; in fillOutputFields() 830 setBitFieldInfo(Member->FD, Member->Offset, FieldTypes.back()); in fillOutputFields() 832 NonVirtualBases[Member->RD] = FieldTypes.size() - 1; in fillOutputFields() 834 VirtualBases[Member->RD] = FieldTypes.size() - 1; in fillOutputFields() 891 getLLVMContext(), BaseBuilder.FieldTypes, "", BaseBuilder.Packed); in ComputeRecordLayout() 903 Ty->setBody(Builder.FieldTypes, Builder.Packed); in ComputeRecordLayout()
|
| H A D | MicrosoftCXXABI.cpp | 472 llvm::Type *FieldTypes[] = { in getTypeDescriptorType() local 490 llvm::Type *FieldTypes[] = { in getBaseClassDescriptorType() local 500 CGM.getLLVMContext(), FieldTypes, "rtti.BaseClassDescriptor"); in getBaseClassDescriptorType() 510 llvm::Type *FieldTypes[] = { in getClassHierarchyDescriptorType() local 517 ClassHierarchyDescriptorType->setBody(FieldTypes); in getClassHierarchyDescriptorType() 526 llvm::Type *FieldTypes[] = { in getCompleteObjectLocatorType() local 534 llvm::ArrayRef<llvm::Type *> FieldTypesRef(FieldTypes); in getCompleteObjectLocatorType() 706 llvm::Type *FieldTypes[] = { in getCatchableTypeType() local 716 CGM.getLLVMContext(), FieldTypes, "eh.CatchableType"); in getCatchableTypeType() 730 llvm::Type *FieldTypes[] = { in getCatchableTypeArrayType() local [all …]
|
| H A D | CodeGenModule.cpp | 5645 QualType FieldTypes[] = { in getObjCFastEnumerationStateType() local 5658 FieldTypes[i], /*TInfo=*/nullptr, in getObjCFastEnumerationStateType()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTContext.cpp | 7280 QualType FieldTypes[] = { in getBlockDescriptorType() local 7315 QualType FieldTypes[] = { in getBlockDescriptorExtendedType() local 8654 QualType FieldTypes[NumFields]; in CreateAArch64ABIBuiltinVaListDecl() local 8670 FieldTypes[3] = Context->IntTy; in CreateAArch64ABIBuiltinVaListDecl() 8674 FieldTypes[4] = Context->IntTy; in CreateAArch64ABIBuiltinVaListDecl() 8707 QualType FieldTypes[NumFields]; in CreatePowerABIBuiltinVaListDecl() local 8770 QualType FieldTypes[NumFields]; in CreateX86_64ABIBuiltinVaListDecl() local 8873 QualType FieldTypes[NumFields]; in CreateSystemZBuiltinVaListDecl() local 8877 FieldTypes[0] = Context->LongTy; in CreateSystemZBuiltinVaListDecl() 8881 FieldTypes[1] = Context->LongTy; in CreateSystemZBuiltinVaListDecl() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 756 SmallVector<Type*, 16> FieldTypes; in finish() local 757 FieldTypes.reserve(LayoutFields.size() * 3 / 2); in finish() 770 FieldTypes.push_back(ArrayType::get(Type::getInt8Ty(Context), in finish() 775 F.LayoutFieldIndex = FieldTypes.size(); in finish() 777 FieldTypes.push_back(F.Ty); in finish() 779 FieldTypes.push_back( in finish() 785 Ty->setBody(FieldTypes, Packed); in finish()
|
| /llvm-project-15.0.7/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVGlobalRegistry.cpp | 404 SmallVector<Register, 4> FieldTypes; in getOpTypeStruct() local 409 FieldTypes.push_back(getSPIRVTypeID(ElemTy)); in getOpTypeStruct() 413 for (const auto &Ty : FieldTypes) in getOpTypeStruct()
|
| /llvm-project-15.0.7/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()
|