LLVM 20.0.0git
|
#include "Transforms/Coroutines/CoroInternal.h"
Public Member Functions | |
Align | getContextAlignment () const |
Definition at line 135 of file CoroInternal.h.
|
inline |
CallingConv::ID llvm::coro::Shape::AsyncLoweringStorage::AsyncCC |
Definition at line 137 of file CoroInternal.h.
GlobalVariable* llvm::coro::Shape::AsyncLoweringStorage::AsyncFuncPointer |
Definition at line 143 of file CoroInternal.h.
Referenced by updateAsyncFuncPointerContextSize().
Value* llvm::coro::Shape::AsyncLoweringStorage::Context |
Definition at line 136 of file CoroInternal.h.
uint64_t llvm::coro::Shape::AsyncLoweringStorage::ContextAlignment |
Definition at line 140 of file CoroInternal.h.
unsigned llvm::coro::Shape::AsyncLoweringStorage::ContextArgNo |
Definition at line 138 of file CoroInternal.h.
uint64_t llvm::coro::Shape::AsyncLoweringStorage::ContextHeaderSize |
Definition at line 139 of file CoroInternal.h.
Referenced by buildFrameType().
uint64_t llvm::coro::Shape::AsyncLoweringStorage::ContextSize |
Definition at line 142 of file CoroInternal.h.
Referenced by buildFrameType(), and updateAsyncFuncPointerContextSize().
uint64_t llvm::coro::Shape::AsyncLoweringStorage::FrameOffset |
Definition at line 141 of file CoroInternal.h.
Referenced by buildFrameType(), and splitAsyncCoroutine().