Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBlocks.cpp2667 CharUnits varAlign = getContext().getDeclAlign(D); in getBlockByrefInfo() local
2668 CharUnits varOffset = size.alignTo(varAlign); in getBlockByrefInfo()
2680 uint64_t(varAlign.getQuantity())) { in getBlockByrefInfo()
2691 info.ByrefAlignment = std::max(varAlign, getPointerAlign()); in getBlockByrefInfo()