Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBlocks.h140 CharUnits ByrefAlignment; variable
H A DCGBlocks.cpp1266 addr = Address(Builder.CreateLoad(addr), Int8Ty, byrefInfo.ByrefAlignment); in GetAddrOfBlockDecl()
2377 byrefInfo.ByrefAlignment); in generateByrefCopyHelper()
2385 byrefInfo.ByrefAlignment); in generateByrefCopyHelper()
2443 byrefInfo.ByrefAlignment); in generateByrefDisposeHelper()
2501 byrefInfo.ByrefAlignment.alignmentAtOffset(byrefInfo.FieldOffset); in buildByrefHelpers()
2591 info.ByrefAlignment); in emitBlockByrefAddress()
2691 info.ByrefAlignment = std::max(varAlign, getPointerAlign()); in getBlockByrefInfo()
H A DCGDecl.cpp1533 allocaAlignment = byrefInfo.ByrefAlignment; in EmitAutoVarAlloca()