|
LLVM 23.0.0git
|
#include "llvm/Transforms/Coroutines/CoroShape.h"
Public Attributes | |
| Function * | ResumePrototype |
| Function * | Alloc |
| Function * | Dealloc |
| BasicBlock * | ReturnBlock |
| bool | IsFrameInlineInStorage |
Definition at line 118 of file CoroShape.h.
| Function* llvm::coro::Shape::RetconLoweringStorage::Alloc |
Definition at line 120 of file CoroShape.h.
| Function* llvm::coro::Shape::RetconLoweringStorage::Dealloc |
Definition at line 121 of file CoroShape.h.
| bool llvm::coro::Shape::RetconLoweringStorage::IsFrameInlineInStorage |
Definition at line 123 of file CoroShape.h.
Referenced by buildFrameLayout(), and maybeFreeRetconStorage().
| Function* llvm::coro::Shape::RetconLoweringStorage::ResumePrototype |
Definition at line 119 of file CoroShape.h.
| BasicBlock* llvm::coro::Shape::RetconLoweringStorage::ReturnBlock |
Definition at line 122 of file CoroShape.h.