Searched refs:FieldTypes (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/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 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 | 466 llvm::Type *FieldTypes[] = { in getTypeDescriptorType() local 484 llvm::Type *FieldTypes[] = { in getBaseClassDescriptorType() local 494 CGM.getLLVMContext(), FieldTypes, "rtti.BaseClassDescriptor"); in getBaseClassDescriptorType() 504 llvm::Type *FieldTypes[] = { in getClassHierarchyDescriptorType() local 511 ClassHierarchyDescriptorType->setBody(FieldTypes); in getClassHierarchyDescriptorType() 520 llvm::Type *FieldTypes[] = { in getCompleteObjectLocatorType() local 528 llvm::ArrayRef<llvm::Type *> FieldTypesRef(FieldTypes); in getCompleteObjectLocatorType() 700 llvm::Type *FieldTypes[] = { in getCatchableTypeType() local 710 CGM.getLLVMContext(), FieldTypes, "eh.CatchableType"); in getCatchableTypeType() 724 llvm::Type *FieldTypes[] = { in getCatchableTypeArrayType() local [all …]
|
| H A D | CodeGenModule.cpp | 5260 QualType FieldTypes[] = { in getObjCFastEnumerationStateType() local 5273 FieldTypes[i], /*TInfo=*/nullptr, in getObjCFastEnumerationStateType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 6652 QualType FieldTypes[] = { in getBlockDescriptorType() local 6687 QualType FieldTypes[] = { in getBlockDescriptorExtendedType() local 8022 QualType FieldTypes[NumFields]; in CreateAArch64ABIBuiltinVaListDecl() local 8038 FieldTypes[3] = Context->IntTy; in CreateAArch64ABIBuiltinVaListDecl() 8042 FieldTypes[4] = Context->IntTy; in CreateAArch64ABIBuiltinVaListDecl() 8075 QualType FieldTypes[NumFields]; in CreatePowerABIBuiltinVaListDecl() local 8138 QualType FieldTypes[NumFields]; in CreateX86_64ABIBuiltinVaListDecl() local 8241 QualType FieldTypes[NumFields]; in CreateSystemZBuiltinVaListDecl() local 8245 FieldTypes[0] = Context->LongTy; in CreateSystemZBuiltinVaListDecl() 8249 FieldTypes[1] = Context->LongTy; in CreateSystemZBuiltinVaListDecl() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 739 SmallVector<Type*, 16> FieldTypes; in finish() local 740 FieldTypes.reserve(LayoutFields.size() * 3 / 2); in finish() 753 FieldTypes.push_back(ArrayType::get(Type::getInt8Ty(Context), in finish() 758 F.LayoutFieldIndex = FieldTypes.size(); in finish() 760 FieldTypes.push_back(F.Ty); in finish() 764 Ty->setBody(FieldTypes, Packed); in finish()
|
| /freebsd-13.1/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 | 2983 QualType FieldTypes[2]; in getSuperStructType() local 2986 FieldTypes[0] = Context->getObjCIdType(); in getSuperStructType() 2988 FieldTypes[1] = Context->getObjCIdType(); in getSuperStructType() 2995 FieldTypes[i], nullptr, in getSuperStructType() 3011 QualType FieldTypes[4]; in getConstantStringStructType() local 3014 FieldTypes[0] = Context->getObjCIdType(); in getConstantStringStructType() 3016 FieldTypes[1] = Context->IntTy; in getConstantStringStructType() 3018 FieldTypes[2] = Context->getPointerType(Context->CharTy); in getConstantStringStructType() 3020 FieldTypes[3] = Context->LongTy; in getConstantStringStructType() 3028 FieldTypes[i], nullptr, in getConstantStringStructType()
|