clang 19.0.0git
Public Attributes | List of all members
clang::CodeGen::BlockByrefInfo Class Reference

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
 

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: