Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp112 llvm::Type *getByteArrayType(CharUnits NumBytes) { in getByteArrayType() function
152 FieldTypes.push_back(getByteArrayType(Size)); in appendPaddingBytes()
295 FieldType = getByteArrayType(LayoutSize); in lowerUnion()
330 StorageType = getByteArrayType(LayoutSize); in lowerUnion()
542 Prior->Data = getByteArrayType(bitsToCharUnits(llvm::RoundUpToAlignment( in clipTailPadding()
607 Members.push_back(StorageInfo(Pad->first, getByteArrayType(Pad->second))); in insertPadding()