Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp139 llvm::Type *getByteArrayType(CharUnits NumChars) const { in getByteArrayType() function
175 FieldTypes.push_back(getByteArrayType(Size)); in appendPaddingBytes()
329 FieldType = getByteArrayType(LayoutSize); in lowerUnion()
367 StorageType = getByteArrayType(LayoutSize); in lowerUnion()
692 Type = getByteArrayType(AccessSize); in accumulateBitFields()
1024 Members.push_back(StorageInfo(Pad->first, getByteArrayType(Pad->second))); in insertPadding()