Searched refs:StorageAlignment (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| 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);
|
| D | CGRecordLayoutBuilder.cpp | 233 uint64_t StorageAlignment) { in MakeInfo() argument 262 return CGBitFieldInfo(Offset, Size, IsSigned, StorageSize, StorageAlignment); in MakeInfo() 280 unsigned StorageAlignment in LayoutBitfields() local 372 StorageBits, StorageAlignment); in LayoutBitfields() 1110 << " StorageAlignment:" << StorageAlignment << ">"; in print()
|
| D | CGExpr.cpp | 1291 cast<llvm::LoadInst>(Val)->setAlignment(Info.StorageAlignment); in EmitLoadOfBitfieldLValue() 1459 cast<llvm::LoadInst>(Val)->setAlignment(Info.StorageAlignment); in EmitStoreThroughBitfieldLValue() 1487 Store->setAlignment(Info.StorageAlignment); in EmitStoreThroughBitfieldLValue()
|
| D | CGClass.cpp | 818 Alignment = CharUnits::fromQuantity(BFInfo.StorageAlignment); in emitMemcpy()
|