Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp139 llvm::Type *getByteArrayType(CharUnits NumChars) { in getByteArrayType() function
175 FieldTypes.push_back(getByteArrayType(Size)); in appendPaddingBytes()
327 FieldType = getByteArrayType(LayoutSize); in lowerUnion()
365 StorageType = getByteArrayType(LayoutSize); in lowerUnion()
756 Prior->Data = getByteArrayType(bitsToCharUnits(llvm::alignTo( in clipTailPadding()
761 Prior->Data = getByteArrayType( in clipTailPadding()
827 Members.push_back(StorageInfo(Pad->first, getByteArrayType(Pad->second))); in insertPadding()