LLVM 22.0.0git
llvm::coro::Shape::AsyncLoweringStorage Struct Reference

#include "llvm/Transforms/Coroutines/CoroShape.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 139 of file CoroShape.h.

Member Function Documentation

◆ getContextAlignment()

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

Definition at line 149 of file CoroShape.h.

References ContextAlignment.

Referenced by buildFrameType().

Member Data Documentation

◆ AsyncCC

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

Definition at line 141 of file CoroShape.h.

◆ AsyncFuncPointer

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

Definition at line 147 of file CoroShape.h.

Referenced by updateAsyncFuncPointerContextSize().

◆ Context

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

Definition at line 140 of file CoroShape.h.

◆ ContextAlignment

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

Definition at line 144 of file CoroShape.h.

Referenced by getContextAlignment().

◆ ContextArgNo

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

Definition at line 142 of file CoroShape.h.

◆ ContextHeaderSize

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

Definition at line 143 of file CoroShape.h.

Referenced by buildFrameType().

◆ ContextSize

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

Definition at line 146 of file CoroShape.h.

Referenced by buildFrameType(), and updateAsyncFuncPointerContextSize().

◆ FrameOffset

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

Definition at line 145 of file CoroShape.h.

Referenced by buildFrameType().


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