Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h50 uint32_t getLayoutSize() const { return LayoutSize; } in getLayoutSize()
69 uint32_t LayoutSize = 0; variable
156 bool isEmptyBase() { return SizeOf == 1 && LayoutSize == 0; } in isEmptyBase()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp53 OffsetInParent(OffsetInParent), SizeOf(Size), LayoutSize(Size), in LayoutItemBase()
114 if (LayoutSize < Size) in UDTLayoutBase()
115 UsedBytes.resize(LayoutSize); in UDTLayoutBase()
265 LayoutSize = UsedBytes.find_last() + 1; in initializeChildren()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp288 CharUnits LayoutSize = Layout.getSize(); in lowerUnion() local
301 if (LayoutSize < getSize(FieldType)) in lowerUnion()
302 FieldType = getByteArrayType(LayoutSize); in lowerUnion()
336 return appendPaddingBytes(LayoutSize); in lowerUnion()
339 if (LayoutSize < getSize(StorageType)) in lowerUnion()
340 StorageType = getByteArrayType(LayoutSize); in lowerUnion()
342 appendPaddingBytes(LayoutSize - getSize(StorageType)); in lowerUnion()
344 if (LayoutSize % getAlignment(StorageType)) in lowerUnion()