| /openbsd-src/gnu/llvm/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 | 485 llvm::Type *FieldTypes[] = { in getTypeDescriptorType() local 490 llvm::StructType::create(CGM.getLLVMContext(), FieldTypes, TDTypeName); in getTypeDescriptorType() 503 llvm::Type *FieldTypes[] = { in getBaseClassDescriptorType() local 513 CGM.getLLVMContext(), FieldTypes, "rtti.BaseClassDescriptor"); in getBaseClassDescriptorType() 523 llvm::Type *FieldTypes[] = { in getClassHierarchyDescriptorType() local 530 ClassHierarchyDescriptorType->setBody(FieldTypes); in getClassHierarchyDescriptorType() 539 llvm::Type *FieldTypes[] = { in getCompleteObjectLocatorType() local 547 llvm::ArrayRef<llvm::Type *> FieldTypesRef(FieldTypes); in getCompleteObjectLocatorType() 719 llvm::Type *FieldTypes[] = { in getCatchableTypeType() local 729 CGM.getLLVMContext(), FieldTypes, "eh.CatchableType"); in getCatchableTypeType() [all …]
|
| H A D | CodeGenModule.cpp | 5809 QualType FieldTypes[] = { in getObjCFastEnumerationStateType() local 5822 FieldTypes[i], /*TInfo=*/nullptr, in getObjCFastEnumerationStateType()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ASTContext.cpp | 7385 QualType FieldTypes[] = { in getBlockDescriptorType() local 7398 &Idents.get(FieldNames[i]), FieldTypes[i], /*TInfo=*/nullptr, in getBlockDescriptorType() 7420 QualType FieldTypes[] = { in getBlockDescriptorExtendedType() local 7437 &Idents.get(FieldNames[i]), FieldTypes[i], /*TInfo=*/nullptr, in getBlockDescriptorExtendedType() 8759 QualType FieldTypes[NumFields]; in CreateAArch64ABIBuiltinVaListDecl() local 8763 FieldTypes[0] = Context->getPointerType(Context->VoidTy); in CreateAArch64ABIBuiltinVaListDecl() 8767 FieldTypes[1] = Context->getPointerType(Context->VoidTy); in CreateAArch64ABIBuiltinVaListDecl() 8771 FieldTypes[2] = Context->getPointerType(Context->VoidTy); in CreateAArch64ABIBuiltinVaListDecl() 8775 FieldTypes[3] = Context->IntTy; in CreateAArch64ABIBuiltinVaListDecl() 8779 FieldTypes[4] = Context->IntTy; in CreateAArch64ABIBuiltinVaListDecl() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 777 SmallVector<Type*, 16> FieldTypes; in finish() local 778 FieldTypes.reserve(LayoutFields.size() * 3 / 2); in finish() 791 FieldTypes.push_back(ArrayType::get(Type::getInt8Ty(Context), in finish() 796 F.LayoutFieldIndex = FieldTypes.size(); in finish() 798 FieldTypes.push_back(F.Ty); in finish() 800 FieldTypes.push_back( in finish() 806 Ty->setBody(FieldTypes, Packed); in finish()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVGlobalRegistry.cpp | 549 SmallVector<Register, 4> FieldTypes; in getOpTypeStruct() local 554 FieldTypes.push_back(getSPIRVTypeID(ElemTy)); in getOpTypeStruct() 558 for (const auto &Ty : FieldTypes) in getOpTypeStruct()
|
| /openbsd-src/gnu/llvm/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()
|