Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp163 FieldTypes.push_back(getByteArrayType(Size)); in appendPaddingBytes()
203 SmallVector<llvm::Type *, 16> FieldTypes; member
341 FieldTypes.push_back(StorageType); in lowerUnion()
670 FieldTypes.push_back(Member->Data); in fillOutputFields()
673 Fields[Member->FD->getCanonicalDecl()] = FieldTypes.size() - 1; in fillOutputFields()
676 setBitFieldInfo(Member->FD, Member->Offset, FieldTypes.back()); in fillOutputFields()
678 NonVirtualBases[Member->RD] = FieldTypes.size() - 1; in fillOutputFields()
680 VirtualBases[Member->RD] = FieldTypes.size() - 1; in fillOutputFields()
737 getLLVMContext(), BaseBuilder.FieldTypes, "", BaseBuilder.Packed); in ComputeRecordLayout()
749 Ty->setBody(Builder.FieldTypes, Builder.Packed); in ComputeRecordLayout()
H A DMicrosoftCXXABI.cpp451 llvm::Type *FieldTypes[] = { in getTypeDescriptorType() local
469 llvm::Type *FieldTypes[] = { in getBaseClassDescriptorType() local
479 CGM.getLLVMContext(), FieldTypes, "rtti.BaseClassDescriptor"); in getBaseClassDescriptorType()
489 llvm::Type *FieldTypes[] = { in getClassHierarchyDescriptorType() local
496 ClassHierarchyDescriptorType->setBody(FieldTypes); in getClassHierarchyDescriptorType()
505 llvm::Type *FieldTypes[] = { in getCompleteObjectLocatorType() local
513 llvm::ArrayRef<llvm::Type *> FieldTypesRef(FieldTypes); in getCompleteObjectLocatorType()
682 llvm::Type *FieldTypes[] = { in getCatchableTypeType() local
692 CGM.getLLVMContext(), FieldTypes, "eh.CatchableType"); in getCatchableTypeType()
706 llvm::Type *FieldTypes[] = { in getCatchableTypeArrayType() local
[all …]
H A DCodeGenModule.cpp4404 QualType FieldTypes[] = { in getObjCFastEnumerationStateType() local
4417 FieldTypes[i], /*TInfo=*/nullptr, in getObjCFastEnumerationStateType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp5945 QualType FieldTypes[] = { in getBlockDescriptorType() local
5980 QualType FieldTypes[] = { in getBlockDescriptorExtendedType() local
7258 QualType FieldTypes[NumFields]; in CreateAArch64ABIBuiltinVaListDecl() local
7274 FieldTypes[3] = Context->IntTy; in CreateAArch64ABIBuiltinVaListDecl()
7278 FieldTypes[4] = Context->IntTy; in CreateAArch64ABIBuiltinVaListDecl()
7311 QualType FieldTypes[NumFields]; in CreatePowerABIBuiltinVaListDecl() local
7374 QualType FieldTypes[NumFields]; in CreateX86_64ABIBuiltinVaListDecl() local
7378 FieldTypes[0] = Context->UnsignedIntTy; in CreateX86_64ABIBuiltinVaListDecl()
7477 QualType FieldTypes[NumFields]; in CreateSystemZBuiltinVaListDecl() local
7481 FieldTypes[0] = Context->LongTy; in CreateSystemZBuiltinVaListDecl()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2527 QualType FieldTypes[2]; in getSuperStructType() local
2530 FieldTypes[0] = Context->getObjCIdType(); in getSuperStructType()
2532 FieldTypes[1] = Context->getObjCClassType(); in getSuperStructType()
2539 FieldTypes[i], nullptr, in getSuperStructType()
2555 QualType FieldTypes[4]; in getConstantStringStructType() local
2558 FieldTypes[0] = Context->getObjCIdType(); in getConstantStringStructType()
2560 FieldTypes[1] = Context->IntTy; in getConstantStringStructType()
2562 FieldTypes[2] = Context->getPointerType(Context->CharTy); in getConstantStringStructType()
2564 FieldTypes[3] = Context->LongTy; in getConstantStringStructType()
2572 FieldTypes[i], nullptr, in getConstantStringStructType()
H A DRewriteModernObjC.cpp2977 QualType FieldTypes[2]; in getSuperStructType() local
2980 FieldTypes[0] = Context->getObjCIdType(); in getSuperStructType()
2982 FieldTypes[1] = Context->getObjCIdType(); in getSuperStructType()
2989 FieldTypes[i], nullptr, in getSuperStructType()
3005 QualType FieldTypes[4]; in getConstantStringStructType() local
3008 FieldTypes[0] = Context->getObjCIdType(); in getConstantStringStructType()
3010 FieldTypes[1] = Context->IntTy; in getConstantStringStructType()
3012 FieldTypes[2] = Context->getPointerType(Context->CharTy); in getConstantStringStructType()
3014 FieldTypes[3] = Context->LongTy; in getConstantStringStructType()
3022 FieldTypes[i], nullptr, in getConstantStringStructType()