Home
last modified time | relevance | path

Searched refs:FieldTypes (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp175 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 DMicrosoftCXXABI.cpp497 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 DCodeGenModule.cpp6252 QualType FieldTypes[] = { in getObjCFastEnumerationStateType() local
6263 FieldTypes[i], /*TInfo=*/nullptr, in getObjCFastEnumerationStateType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp180 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 DASTContext.cpp7392 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 DCoroFrame.cpp917 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 DRewriteObjC.cpp2537 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 DRewriteModernObjC.cpp2984 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 DSPIRVGlobalRegistry.cpp576 SmallVector<Register, 4> FieldTypes; in getOpTypeStruct() local
581 FieldTypes.push_back(getSPIRVTypeID(ElemTy)); in getOpTypeStruct()
585 for (const auto &Ty : FieldTypes) in getOpTypeStruct()