Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp175 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 DMicrosoftCXXABI.cpp466 llvm::Type *FieldTypes[] = { in getTypeDescriptorType() local
471 llvm::StructType::create(CGM.getLLVMContext(), FieldTypes, TDTypeName); in getTypeDescriptorType()
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()
[all …]
H A DCodeGenModule.cpp5230 QualType FieldTypes[] = { in getObjCFastEnumerationStateType() local
5243 FieldTypes[i], /*TInfo=*/nullptr, in getObjCFastEnumerationStateType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp6633 QualType FieldTypes[] = { in getBlockDescriptorType() local
6646 &Idents.get(FieldNames[i]), FieldTypes[i], /*TInfo=*/nullptr, in getBlockDescriptorType()
6668 QualType FieldTypes[] = { in getBlockDescriptorExtendedType() local
6685 &Idents.get(FieldNames[i]), FieldTypes[i], /*TInfo=*/nullptr, in getBlockDescriptorExtendedType()
8003 QualType FieldTypes[NumFields]; in CreateAArch64ABIBuiltinVaListDecl() local
8007 FieldTypes[0] = Context->getPointerType(Context->VoidTy); in CreateAArch64ABIBuiltinVaListDecl()
8011 FieldTypes[1] = Context->getPointerType(Context->VoidTy); in CreateAArch64ABIBuiltinVaListDecl()
8015 FieldTypes[2] = Context->getPointerType(Context->VoidTy); in CreateAArch64ABIBuiltinVaListDecl()
8019 FieldTypes[3] = Context->IntTy; in CreateAArch64ABIBuiltinVaListDecl()
8023 FieldTypes[4] = Context->IntTy; in CreateAArch64ABIBuiltinVaListDecl()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp727 SmallVector<Type*, 16> FieldTypes; in finish() local
728 FieldTypes.reserve(LayoutFields.size() * 3 / 2); in finish()
741 FieldTypes.push_back(ArrayType::get(Type::getInt8Ty(Context), in finish()
746 F.LayoutFieldIndex = FieldTypes.size(); in finish()
748 FieldTypes.push_back(F.Ty); in finish()
752 Ty->setBody(FieldTypes, Packed); in finish()
/netbsd-src/external/apache2/llvm/dist/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.cpp2983 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()