Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h48 uint32_t getLayoutSize() const { return LayoutSize; } in getLayoutSize()
67 uint32_t LayoutSize = 0; variable
154 bool isEmptyBase() { return SizeOf == 1 && LayoutSize == 0; } in isEmptyBase()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp55 OffsetInParent(OffsetInParent), SizeOf(Size), LayoutSize(Size), in LayoutItemBase()
116 if (LayoutSize < Size) in UDTLayoutBase()
117 UsedBytes.resize(LayoutSize); in UDTLayoutBase()
267 LayoutSize = UsedBytes.find_last() + 1; in initializeChildren()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp314 CharUnits LayoutSize = in lowerUnion() local
328 if (LayoutSize < getSize(FieldType)) in lowerUnion()
329 FieldType = getByteArrayType(LayoutSize); in lowerUnion()
363 return appendPaddingBytes(LayoutSize); in lowerUnion()
366 if (LayoutSize < getSize(StorageType)) in lowerUnion()
367 StorageType = getByteArrayType(LayoutSize); in lowerUnion()
369 appendPaddingBytes(LayoutSize - getSize(StorageType)); in lowerUnion()