Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h140 CharUnits ByrefAlignment; variable
H A DCGBlocks.cpp1232 byrefInfo.ByrefAlignment); in GetAddrOfBlockDecl()
2337 byrefInfo.ByrefAlignment); in generateByrefCopyHelper()
2344 byrefInfo.ByrefAlignment); in generateByrefCopyHelper()
2401 byrefInfo.ByrefAlignment); in generateByrefDisposeHelper()
2458 byrefInfo.ByrefAlignment.alignmentAtOffset(byrefInfo.FieldOffset); in buildByrefHelpers()
2548 info.ByrefAlignment); in emitBlockByrefAddress()
2648 info.ByrefAlignment = std::max(varAlign, getPointerAlign()); in getBlockByrefInfo()
H A DCGDecl.cpp1553 allocaAlignment = byrefInfo.ByrefAlignment; in EmitAutoVarAlloca()