|
LLVM 23.0.0git
|
#include "llvm/Transforms/Coroutines/CoroShape.h"
Public Member Functions | |
| Align | getContextAlignment () const |
Definition at line 126 of file CoroShape.h.
|
inline |
Definition at line 136 of file CoroShape.h.
References ContextAlignment.
Referenced by buildFrameLayout().
| CallingConv::ID llvm::coro::Shape::AsyncLoweringStorage::AsyncCC |
Definition at line 128 of file CoroShape.h.
| GlobalVariable* llvm::coro::Shape::AsyncLoweringStorage::AsyncFuncPointer |
Definition at line 134 of file CoroShape.h.
Referenced by updateAsyncFuncPointerContextSize().
| Value* llvm::coro::Shape::AsyncLoweringStorage::Context |
Definition at line 127 of file CoroShape.h.
| uint64_t llvm::coro::Shape::AsyncLoweringStorage::ContextAlignment |
Definition at line 131 of file CoroShape.h.
Referenced by getContextAlignment().
| unsigned llvm::coro::Shape::AsyncLoweringStorage::ContextArgNo |
Definition at line 129 of file CoroShape.h.
| uint64_t llvm::coro::Shape::AsyncLoweringStorage::ContextHeaderSize |
Definition at line 130 of file CoroShape.h.
Referenced by buildFrameLayout().
| uint64_t llvm::coro::Shape::AsyncLoweringStorage::ContextSize |
Definition at line 133 of file CoroShape.h.
Referenced by buildFrameLayout(), and updateAsyncFuncPointerContextSize().
| uint64_t llvm::coro::Shape::AsyncLoweringStorage::FrameOffset |
Definition at line 132 of file CoroShape.h.
Referenced by buildFrameLayout().