Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp127 llvm::Type *getByteArrayType(CharUnits NumBytes) { in getByteArrayType() function
163 FieldTypes.push_back(getByteArrayType(Size)); in appendPaddingBytes()
302 FieldType = getByteArrayType(LayoutSize); in lowerUnion()
340 StorageType = getByteArrayType(LayoutSize); in lowerUnion()
596 Prior->Data = getByteArrayType(bitsToCharUnits(llvm::alignTo( in clipTailPadding()
661 Members.push_back(StorageInfo(Pad->first, getByteArrayType(Pad->second))); in insertPadding()