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.cpp1242 byrefInfo.ByrefAlignment); in GetAddrOfBlockDecl()
2354 byrefInfo.ByrefAlignment); in generateByrefCopyHelper()
2361 byrefInfo.ByrefAlignment); in generateByrefCopyHelper()
2418 byrefInfo.ByrefAlignment); in generateByrefDisposeHelper()
2475 byrefInfo.ByrefAlignment.alignmentAtOffset(byrefInfo.FieldOffset); in buildByrefHelpers()
2565 info.ByrefAlignment); in emitBlockByrefAddress()
2665 info.ByrefAlignment = std::max(varAlign, getPointerAlign()); in getBlockByrefInfo()
H A DCGDecl.cpp1558 allocaAlignment = byrefInfo.ByrefAlignment; in EmitAutoVarAlloca()