Searched refs:isEmptyBase (Results 1 – 3 of 3) sorted by relevance
156 bool isEmptyBase() { return SizeOf == 1 && LayoutSize == 0; } in isEmptyBase() function
123 uint32_t Size = Layout.isEmptyBase() ? 1 : Layout.getLayoutSize(); in dump()
158 if (isEmptyBase()) { in BaseClassLayout()