Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp82 CharUnits BlockAlignment,
1681 CharUnits BlockAlignment, in getBlockCaptureStr() argument
1751 CharUnits Alignment = BlockAlignment.alignmentAtOffset(Cap.getOffset()); in getBlockCaptureStr()
1777 CharUnits BlockAlignment, CaptureStrKind StrKind, CodeGenModule &CGM) { in getCopyDestroyHelperFuncName() argument
1788 Name += llvm::to_string(BlockAlignment.getQuantity()) + "_"; in getCopyDestroyHelperFuncName()
1794 Name += getBlockCaptureStr(Cap, StrKind, BlockAlignment, CGM); in getCopyDestroyHelperFuncName()