Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenRecordLayoutBuilder.cpp131 mlir::Type getByteArrayType(CharUnits numberOfChars) { in getByteArrayType() function
173 fieldTypes.push_back(getByteArrayType(size)); in appendPaddingBytes()
468 type = getByteArrayType(accessSize); in accumulateBitFields()
585 getByteArrayType(paddingPair.second))); in insertPadding()
749 storageType = getByteArrayType(layoutSize); in lowerUnion()
/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()
1018 Members.push_back(StorageInfo(Pad.first, getByteArrayType(Pad.second))); in insertPadding()