Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h140 CharUnits ByrefAlignment; variable
H A DCGBlocks.cpp1261 byrefInfo.ByrefAlignment); in GetAddrOfBlockDecl()
2437 byrefInfo.ByrefAlignment); in generateByrefCopyHelper()
2444 byrefInfo.ByrefAlignment); in generateByrefCopyHelper()
2501 byrefInfo.ByrefAlignment); in generateByrefDisposeHelper()
2558 byrefInfo.ByrefAlignment.alignmentAtOffset(byrefInfo.FieldOffset); in buildByrefHelpers()
2651 info.ByrefAlignment); in emitBlockByrefAddress()
2749 info.ByrefAlignment = std::max(varAlign, getPointerAlign()); in getBlockByrefInfo()
H A DCGDecl.cpp1594 allocaAlignment = byrefInfo.ByrefAlignment; in EmitAutoVarAlloca()