Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp127 llvm::Type *getByteArrayType(CharUnits NumBytes) { in getByteArrayType() function
163 FieldTypes.push_back(getByteArrayType(Size)); in appendPaddingBytes()
302 FieldType = getByteArrayType(LayoutSize); in lowerUnion()
341 StorageType = getByteArrayType(LayoutSize); in lowerUnion()
558 Prior->Data = getByteArrayType(bitsToCharUnits(llvm::alignTo( in clipTailPadding()
623 Members.push_back(StorageInfo(Pad->first, getByteArrayType(Pad->second))); in insertPadding()