Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenRecordLayoutBuilder.cpp691 CharUnits layoutSize = astRecordLayout.getSize(); in lowerUnion() local
748 if (layoutSize < getSize(storageType)) in lowerUnion()
749 storageType = getByteArrayType(layoutSize); in lowerUnion()
751 appendPaddingBytes(layoutSize - getSize(storageType)); in lowerUnion()
754 if (layoutSize % getAlignment(storageType)) in lowerUnion()