clang: clang::CodeGen::BlockByrefInfo Class Reference (original) (raw)

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](CGBlocks%5F8h%5Fsource.html)"

Public Attributes
llvm::StructType * Type
unsigned FieldIndex
CharUnits ByrefAlignment
CharUnits FieldOffset

Detailed Description

Information about the layout of a __block variable.

Definition at line 136 of file CGBlocks.h.

Member Data Documentation

ByrefAlignment

CharUnits clang::CodeGen::BlockByrefInfo::ByrefAlignment

Definition at line 140 of file CGBlocks.h.

Referenced by generateByrefCopyHelper(), and generateByrefDisposeHelper().

FieldIndex

unsigned clang::CodeGen::BlockByrefInfo::FieldIndex

Definition at line 139 of file CGBlocks.h.

FieldOffset

CharUnits clang::CodeGen::BlockByrefInfo::FieldOffset

Definition at line 141 of file CGBlocks.h.

Type

llvm::StructType* clang::CodeGen::BlockByrefInfo::Type

Definition at line 138 of file CGBlocks.h.

Referenced by generateByrefCopyHelper(), and generateByrefDisposeHelper().


The documentation for this class was generated from the following file: