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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp52 OffsetInParent(OffsetInParent), SizeOf(Size), LayoutSize(Size),
113 if (LayoutSize < Size)
114 UsedBytes.resize(LayoutSize);
264 LayoutSize = UsedBytes.find_last() + 1;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h49 uint32_t getLayoutSize() const { return LayoutSize; }
68 uint32_t LayoutSize = 0; member in class:llvm::pdb::LayoutItemBase
155 bool isEmptyBase() { return SizeOf == 1 && LayoutSize == 0; }
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp287 CharUnits LayoutSize = Layout.getSize(); local
300 if (LayoutSize < getSize(FieldType))
301 FieldType = getByteArrayType(LayoutSize);
335 return appendPaddingBytes(LayoutSize);
338 if (LayoutSize < getSize(StorageType))
339 StorageType = getByteArrayType(LayoutSize);
341 appendPaddingBytes(LayoutSize - getSize(StorageType));
343 if (LayoutSize % getAlignment(StorageType))

Completed in 244 milliseconds