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/runner/work/llvm/llvm/repo/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

◆ FieldIndex

unsigned clang::CodeGen::BlockByrefInfo::FieldIndex

◆ FieldOffset

CharUnits clang::CodeGen::BlockByrefInfo::FieldOffset

Definition at line 141 of file CGBlocks.h.

Referenced by clang::CodeGen::CodeGenFunction::getBlockByrefInfo().

◆ Type

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

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