clang 20.0.0git
|
Information about the layout of a __block variable. More...
#include "/home/buildbot/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 generateByrefCopyHelper(), and generateByrefDisposeHelper().
unsigned clang::CodeGen::BlockByrefInfo::FieldIndex |
Definition at line 139 of file CGBlocks.h.
CharUnits clang::CodeGen::BlockByrefInfo::FieldOffset |
Definition at line 141 of file CGBlocks.h.
llvm::StructType* clang::CodeGen::BlockByrefInfo::Type |
Definition at line 138 of file CGBlocks.h.
Referenced by generateByrefCopyHelper(), and generateByrefDisposeHelper().