Searched refs:StorageAlignment (Results 1 – 4 of 4) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGRecordLayout.h | 82 unsigned StorageAlignment; member 85 : Offset(), Size(), IsSigned(), StorageSize(), StorageAlignment() {} in CGBitFieldInfo() 88 unsigned StorageSize, unsigned StorageAlignment) in CGBitFieldInfo() 90 StorageSize(StorageSize), StorageAlignment(StorageAlignment) {} in CGBitFieldInfo() 102 uint64_t StorageAlignment);
|
| H A D | CGRecordLayoutBuilder.cpp | 223 Info.StorageAlignment = in setBitFieldInfo() 634 uint64_t StorageAlignment) { in MakeInfo() argument 666 return CGBitFieldInfo(Offset, Size, IsSigned, StorageSize, StorageAlignment); in MakeInfo() 839 << " StorageAlignment:" << StorageAlignment << ">"; in print()
|
| H A D | CGExpr.cpp | 1338 cast<llvm::LoadInst>(Val)->setAlignment(Info.StorageAlignment); in EmitLoadOfBitfieldLValue() 1552 cast<llvm::LoadInst>(Val)->setAlignment(Info.StorageAlignment); in EmitStoreThroughBitfieldLValue() 1580 Store->setAlignment(Info.StorageAlignment); in EmitStoreThroughBitfieldLValue()
|
| H A D | CGClass.cpp | 902 Alignment = CharUnits::fromQuantity(BFInfo.StorageAlignment); in emitMemcpy()
|