Home
last modified time | relevance | path

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

/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h140 CharUnits ByrefAlignment; variable
H A DCGBlocks.cpp1242 byrefInfo.ByrefAlignment); in GetAddrOfBlockDecl()
2355 byrefInfo.ByrefAlignment); in generateByrefCopyHelper()
2362 byrefInfo.ByrefAlignment);
2419 byrefInfo.ByrefAlignment); in buildByrefDisposeHelper()
2476 byrefInfo.ByrefAlignment.alignmentAtOffset(byrefInfo.FieldOffset); in buildByrefHelpers()
2566 info.ByrefAlignment);
2664 info.ByrefAlignment = std::max(varAlign, getPointerAlign()); in emitByrefStructureInit()
H A DCGDecl.cpp1576 allocaAlignment = byrefInfo.ByrefAlignment; in EmitAutoVarAlloca()