Searched defs:StorageAlignment (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGRecordLayout.h82 unsigned StorageAlignment; member in struct:clang::CodeGen::CGBitFieldInfo
87 CGBitFieldInfo(unsigned Offset, unsigned Size, bool IsSigned, unsigned StorageSize, unsigned StorageAlignment) argument
H A DCGRecordLayoutBuilder.cpp280 unsigned StorageAlignment local
1110 << " StorageAlignment:" << StorageAlignment << ">"; local
229 MakeInfo(CodeGenTypes &Types, const FieldDecl *FD, uint64_t Offset, uint64_t Size, uint64_t StorageSize, uint64_t StorageAlignment) argument

Completed in 42 milliseconds