LLVM: llvm::coro::Shape::AsyncLoweringStorage Struct Reference (original) (raw)

#include "[llvm/Transforms/Coroutines/CoroShape.h](CoroShape%5F8h%5Fsource.html)"

Public Attributes
Value * Context
CallingConv::ID AsyncCC
unsigned ContextArgNo
uint64_t ContextHeaderSize
uint64_t ContextAlignment
uint64_t FrameOffset
uint64_t ContextSize
GlobalVariable * AsyncFuncPointer

Definition at line 141 of file CoroShape.h.

getContextAlignment()

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

AsyncCC

AsyncFuncPointer

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

Context

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

ContextAlignment

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

ContextArgNo

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

ContextHeaderSize

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

ContextSize

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

FrameOffset

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


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