Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
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()
/external/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp287 CharUnits LayoutSize = Layout.getSize(); in lowerUnion() local
301 if (LayoutSize < getSize(FieldType)) in lowerUnion()
302 FieldType = getByteArrayType(LayoutSize); in lowerUnion()
337 return appendPaddingBytes(LayoutSize); in lowerUnion()
340 if (LayoutSize < getSize(StorageType)) in lowerUnion()
341 StorageType = getByteArrayType(LayoutSize); in lowerUnion()
343 appendPaddingBytes(LayoutSize - getSize(StorageType)); in lowerUnion()
345 if (LayoutSize % getAlignment(StorageType)) in lowerUnion()