Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBlocks.h140 CharUnits ByrefAlignment; variable
H A DCGBlocks.cpp1262 addr = Address(Builder.CreateLoad(addr), Int8Ty, byrefInfo.ByrefAlignment); in GetAddrOfBlockDecl()
2373 byrefInfo.ByrefAlignment); in generateByrefCopyHelper()
2381 byrefInfo.ByrefAlignment); in generateByrefCopyHelper()
2439 byrefInfo.ByrefAlignment); in generateByrefDisposeHelper()
2497 byrefInfo.ByrefAlignment.alignmentAtOffset(byrefInfo.FieldOffset); in buildByrefHelpers()
2587 info.ByrefAlignment); in emitBlockByrefAddress()
2687 info.ByrefAlignment = std::max(varAlign, getPointerAlign()); in getBlockByrefInfo()
H A DCGDecl.cpp1537 allocaAlignment = byrefInfo.ByrefAlignment; in EmitAutoVarAlloca()