Searched refs:ByrefAlignment (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.h147 CharUnits ByrefAlignment; member in class:clang::CodeGen::BlockByrefInfo
H A DCGBlocks.cpp1260 addr = Address(Builder.CreateLoad(addr), byrefInfo.ByrefAlignment);
2420 byrefInfo.ByrefAlignment);
2428 byrefInfo.ByrefAlignment);
2491 addr = Address(CGF.Builder.CreateLoad(addr), byrefInfo.ByrefAlignment);
2550 byrefInfo.ByrefAlignment.alignmentAtOffset(byrefInfo.FieldOffset);
2639 baseAddr = Address(Builder.CreateLoad(forwardingAddr), info.ByrefAlignment);
2739 info.ByrefAlignment = std::max(varAlign, getPointerAlign());
H A DCGDecl.cpp1515 allocaAlignment = byrefInfo.ByrefAlignment;

Completed in 196 milliseconds