Searched defs:CXXRecordLayoutInfo (Results 1 – 2 of 2) sorted by relevance
90 struct CXXRecordLayoutInfo { struct93 CharUnits NonVirtualSize;97 CharUnits NonVirtualAlignment;102 CharUnits PreferredNVAlignment;107 CharUnits SizeOfLargestEmptySubobject;110 CharUnits VBPtrOffset;115 bool HasOwnVFPtr : 1;120 bool HasExtendableVFPtr : 1;125 bool EndsWithZeroSizedObject : 1;149 CXXRecordLayoutInfo *CXXInfo = nullptr; argument
77 struct CXXRecordLayoutInfo { struct80 CharUnits NonVirtualSize;84 CharUnits NonVirtualAlignment;89 CharUnits SizeOfLargestEmptySubobject;92 CharUnits VBPtrOffset;97 bool HasOwnVFPtr : 1;102 bool HasExtendableVFPtr : 1;107 bool EndsWithZeroSizedObject : 1;131 CXXRecordLayoutInfo *CXXInfo; argument