Searched refs:StorageAlignment (Results 1 - 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
H A D | CGRecordLayout.h | 82 unsigned StorageAlignment; member in struct:clang::CodeGen::CGBitFieldInfo 85 : Offset(), Size(), IsSigned(), StorageSize(), StorageAlignment() {} 88 unsigned StorageSize, unsigned StorageAlignment) 90 StorageSize(StorageSize), StorageAlignment(StorageAlignment) {} 102 uint64_t StorageAlignment); 87 CGBitFieldInfo(unsigned Offset, unsigned Size, bool IsSigned, unsigned StorageSize, unsigned StorageAlignment) argument
|
H A D | CGRecordLayoutBuilder.cpp | 223 Info.StorageAlignment = 607 uint64_t StorageAlignment) { 639 return CGBitFieldInfo(Offset, Size, IsSigned, StorageSize, StorageAlignment); 808 << " StorageAlignment:" << StorageAlignment << ">"; local 603 MakeInfo(CodeGenTypes &Types, const FieldDecl *FD, uint64_t Offset, uint64_t Size, uint64_t StorageSize, uint64_t StorageAlignment) argument
|
H A D | CGExpr.cpp | 1302 cast<llvm::LoadInst>(Val)->setAlignment(Info.StorageAlignment); 1493 cast<llvm::LoadInst>(Val)->setAlignment(Info.StorageAlignment); 1521 Store->setAlignment(Info.StorageAlignment);
|
H A D | CGClass.cpp | 823 Alignment = CharUnits::fromQuantity(BFInfo.StorageAlignment);
|
Completed in 845 milliseconds