LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::coro::Shape::AsyncLoweringStorage Struct Reference

#include "Transforms/Coroutines/CoroInternal.h"

Public Member Functions

Align getContextAlignment () const
 

Public Attributes

ValueContext
 
CallingConv::ID AsyncCC
 
unsigned ContextArgNo
 
uint64_t ContextHeaderSize
 
uint64_t ContextAlignment
 
uint64_t FrameOffset
 
uint64_t ContextSize
 
GlobalVariableAsyncFuncPointer
 

Detailed Description

Definition at line 134 of file CoroInternal.h.

Member Function Documentation

◆ getContextAlignment()

Align llvm::coro::Shape::AsyncLoweringStorage::getContextAlignment ( ) const
inline

Definition at line 144 of file CoroInternal.h.

References Align.

Referenced by buildFrameType().

Member Data Documentation

◆ AsyncCC

CallingConv::ID llvm::coro::Shape::AsyncLoweringStorage::AsyncCC

Definition at line 136 of file CoroInternal.h.

◆ AsyncFuncPointer

GlobalVariable* llvm::coro::Shape::AsyncLoweringStorage::AsyncFuncPointer

Definition at line 142 of file CoroInternal.h.

Referenced by updateAsyncFuncPointerContextSize().

◆ Context

Value* llvm::coro::Shape::AsyncLoweringStorage::Context

Definition at line 135 of file CoroInternal.h.

◆ ContextAlignment

uint64_t llvm::coro::Shape::AsyncLoweringStorage::ContextAlignment

Definition at line 139 of file CoroInternal.h.

◆ ContextArgNo

unsigned llvm::coro::Shape::AsyncLoweringStorage::ContextArgNo

Definition at line 137 of file CoroInternal.h.

◆ ContextHeaderSize

uint64_t llvm::coro::Shape::AsyncLoweringStorage::ContextHeaderSize

Definition at line 138 of file CoroInternal.h.

Referenced by buildFrameType().

◆ ContextSize

uint64_t llvm::coro::Shape::AsyncLoweringStorage::ContextSize

Definition at line 141 of file CoroInternal.h.

Referenced by buildFrameType(), and updateAsyncFuncPointerContextSize().

◆ FrameOffset

uint64_t llvm::coro::Shape::AsyncLoweringStorage::FrameOffset

Definition at line 140 of file CoroInternal.h.

Referenced by buildFrameType(), and splitAsyncCoroutine().


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