|
clang
3.8.0
|
Information about the layout of a __block variable. More...
#include <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::emitBlockByrefAddress(), generateByrefCopyHelper(), generateByrefDisposeHelper(), and clang::CodeGen::CodeGenFunction::getBlockByrefInfo().
| unsigned clang::CodeGen::BlockByrefInfo::FieldIndex |
Definition at line 147 of file CGBlocks.h.
Referenced by clang::CodeGen::CodeGenFunction::emitBlockByrefAddress(), and clang::CodeGen::CodeGenFunction::getBlockByrefInfo().
| CharUnits clang::CodeGen::BlockByrefInfo::FieldOffset |
Definition at line 149 of file CGBlocks.h.
Referenced by clang::CodeGen::CodeGenFunction::emitBlockByrefAddress(), and clang::CodeGen::CodeGenFunction::getBlockByrefInfo().
| llvm::StructType* clang::CodeGen::BlockByrefInfo::Type |
Definition at line 146 of file CGBlocks.h.
Referenced by generateByrefCopyHelper(), generateByrefDisposeHelper(), and clang::CodeGen::CodeGenFunction::getBlockByrefInfo().
1.8.6