Home
last modified time | relevance | path

Searched refs:LayoutSize (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h49 uint32_t getLayoutSize() const { return LayoutSize; } in getLayoutSize()
68 uint32_t LayoutSize = 0; variable
155 bool isEmptyBase() { return SizeOf == 1 && LayoutSize == 0; } in isEmptyBase()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp52 OffsetInParent(OffsetInParent), SizeOf(Size), LayoutSize(Size), in LayoutItemBase()
113 if (LayoutSize < Size) in UDTLayoutBase()
114 UsedBytes.resize(LayoutSize); in UDTLayoutBase()
264 LayoutSize = UsedBytes.find_last() + 1; in initializeChildren()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp312 CharUnits LayoutSize = Layout.getSize(); in lowerUnion() local
325 if (LayoutSize < getSize(FieldType)) in lowerUnion()
326 FieldType = getByteArrayType(LayoutSize); in lowerUnion()
360 return appendPaddingBytes(LayoutSize); in lowerUnion()
363 if (LayoutSize < getSize(StorageType)) in lowerUnion()
364 StorageType = getByteArrayType(LayoutSize); in lowerUnion()
366 appendPaddingBytes(LayoutSize - getSize(StorageType)); in lowerUnion()
368 if (LayoutSize % getAlignment(StorageType)) in lowerUnion()