LLVM 23.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 126 of file CoroShape.h.

Member Function Documentation

◆ getContextAlignment()

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

Definition at line 136 of file CoroShape.h.

References ContextAlignment.

Referenced by buildFrameLayout().

Member Data Documentation

◆ AsyncCC

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

Definition at line 128 of file CoroShape.h.

◆ AsyncFuncPointer

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

Definition at line 134 of file CoroShape.h.

Referenced by updateAsyncFuncPointerContextSize().

◆ Context

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

Definition at line 127 of file CoroShape.h.

◆ ContextAlignment

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

Definition at line 131 of file CoroShape.h.

Referenced by getContextAlignment().

◆ ContextArgNo

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

Definition at line 129 of file CoroShape.h.

◆ ContextHeaderSize

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

Definition at line 130 of file CoroShape.h.

Referenced by buildFrameLayout().

◆ ContextSize

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

Definition at line 133 of file CoroShape.h.

Referenced by buildFrameLayout(), and updateAsyncFuncPointerContextSize().

◆ FrameOffset

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

Definition at line 132 of file CoroShape.h.

Referenced by buildFrameLayout().


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