clang
8.0.0
|
Information about the layout of a __block variable. More...
#include "/work/www-prereleases/8.0.0/rc1/builddocs/llvm.src/tools/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 144 of file CGBlocks.h.
CharUnits clang::CodeGen::BlockByrefInfo::ByrefAlignment |
Definition at line 148 of file CGBlocks.h.
Referenced by clang::CodeGen::CodeGenFunction::getBlockByrefInfo().
unsigned clang::CodeGen::BlockByrefInfo::FieldIndex |
Definition at line 147 of file CGBlocks.h.
Referenced by clang::CodeGen::CodeGenFunction::getBlockByrefInfo().
CharUnits clang::CodeGen::BlockByrefInfo::FieldOffset |
Definition at line 149 of file CGBlocks.h.
Referenced by clang::CodeGen::CodeGenFunction::getBlockByrefInfo().
llvm::StructType* clang::CodeGen::BlockByrefInfo::Type |
Definition at line 146 of file CGBlocks.h.
Referenced by clang::CodeGen::CodeGenFunction::getBlockByrefInfo().