Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp139 llvm::Type *getByteArrayType(CharUnits NumChars) { in getByteArrayType() function
175 FieldTypes.push_back(getByteArrayType(Size)); in appendPaddingBytes()
326 FieldType = getByteArrayType(LayoutSize); in lowerUnion()
364 StorageType = getByteArrayType(LayoutSize); in lowerUnion()
744 Prior->Data = getByteArrayType(bitsToCharUnits(llvm::alignTo( in clipTailPadding()
749 Prior->Data = getByteArrayType( in clipTailPadding()
815 Members.push_back(StorageInfo(Pad->first, getByteArrayType(Pad->second))); in insertPadding()