|
clang 22.0.0git
|
Information about the layout of a __block variable. More...
#include "/work/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CGBlocks.h"
Public Attributes | |
| llvm::StructType * | Type |
| unsigned | FieldIndex |
| CharUnits | ByrefAlignment |
| CharUnits | FieldOffset |
Information about the layout of a __block variable.
Definition at line 136 of file CGBlocks.h.
| CharUnits clang::CodeGen::BlockByrefInfo::ByrefAlignment |
Definition at line 140 of file CGBlocks.h.
Referenced by clang::CodeGen::CodeGenFunction::emitBlockByrefAddress(), generateByrefCopyHelper(), generateByrefDisposeHelper(), and clang::CodeGen::CodeGenFunction::getBlockByrefInfo().
| unsigned clang::CodeGen::BlockByrefInfo::FieldIndex |
Definition at line 139 of file CGBlocks.h.
Referenced by clang::CodeGen::CodeGenFunction::emitBlockByrefAddress(), and clang::CodeGen::CodeGenFunction::getBlockByrefInfo().
| CharUnits clang::CodeGen::BlockByrefInfo::FieldOffset |
Definition at line 141 of file CGBlocks.h.
Referenced by clang::CodeGen::CodeGenFunction::getBlockByrefInfo().
| llvm::StructType* clang::CodeGen::BlockByrefInfo::Type |
Definition at line 138 of file CGBlocks.h.
Referenced by clang::CodeGen::CodeGenFunction::emitBlockByrefAddress(), generateByrefCopyHelper(), generateByrefDisposeHelper(), and clang::CodeGen::CodeGenFunction::getBlockByrefInfo().