Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGRecordLayout.h82 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);
DCGRecordLayoutBuilder.cpp232 uint64_t StorageAlignment) { in MakeInfo() argument
261 return CGBitFieldInfo(Offset, Size, IsSigned, StorageSize, StorageAlignment); in MakeInfo()
279 unsigned StorageAlignment in LayoutBitfields() local
371 StorageBits, StorageAlignment); in LayoutBitfields()
1109 << " StorageAlignment:" << StorageAlignment << ">"; in print()
DCGExpr.cpp1284 cast<llvm::LoadInst>(Val)->setAlignment(Info.StorageAlignment); in EmitLoadOfBitfieldLValue()
1451 cast<llvm::LoadInst>(Val)->setAlignment(Info.StorageAlignment); in EmitStoreThroughBitfieldLValue()
1479 Store->setAlignment(Info.StorageAlignment); in EmitStoreThroughBitfieldLValue()
DCGClass.cpp793 Alignment = CharUnits::fromQuantity(BFInfo.StorageAlignment); in emitMemcpy()