Searched defs:CXXRecordLayoutInfo (Results 1 – 1 of 1) sorted by relevance
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