LLVM 18.0.0git
|
#include "Transforms/Coroutines/CoroInternal.h"
Public Attributes | |
Function * | ResumePrototype |
Function * | Alloc |
Function * | Dealloc |
BasicBlock * | ReturnBlock |
bool | IsFrameInlineInStorage |
Definition at line 121 of file CoroInternal.h.
Function* llvm::coro::Shape::RetconLoweringStorage::Alloc |
Definition at line 123 of file CoroInternal.h.
Function* llvm::coro::Shape::RetconLoweringStorage::Dealloc |
Definition at line 124 of file CoroInternal.h.
bool llvm::coro::Shape::RetconLoweringStorage::IsFrameInlineInStorage |
Definition at line 126 of file CoroInternal.h.
Referenced by buildFrameType(), maybeFreeRetconStorage(), and splitRetconCoroutine().
Function* llvm::coro::Shape::RetconLoweringStorage::ResumePrototype |
Definition at line 122 of file CoroInternal.h.
BasicBlock* llvm::coro::Shape::RetconLoweringStorage::ReturnBlock |
Definition at line 125 of file CoroInternal.h.
Referenced by splitRetconCoroutine().