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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp126 llvm::Type *getByteArrayType(CharUnits NumBytes) { function in struct:__anon1788::CGRecordLowering
162 FieldTypes.push_back(getByteArrayType(Size));
301 FieldType = getByteArrayType(LayoutSize);
339 StorageType = getByteArrayType(LayoutSize);
602 Prior->Data = getByteArrayType(bitsToCharUnits(llvm::alignTo(
607 Prior->Data = getByteArrayType(
673 Members.push_back(StorageInfo(Pad->first, getByteArrayType(Pad->second)));

Completed in 57 milliseconds