LLVM 22.0.0git
llvm::coro::Shape::RetconLoweringStorage Struct Reference

#include "llvm/Transforms/Coroutines/CoroShape.h"

Public Attributes

FunctionResumePrototype
FunctionAlloc
FunctionDealloc
BasicBlockReturnBlock
bool IsFrameInlineInStorage

Detailed Description

Definition at line 131 of file CoroShape.h.

Member Data Documentation

◆ Alloc

Function* llvm::coro::Shape::RetconLoweringStorage::Alloc

Definition at line 133 of file CoroShape.h.

◆ Dealloc

Function* llvm::coro::Shape::RetconLoweringStorage::Dealloc

Definition at line 134 of file CoroShape.h.

◆ IsFrameInlineInStorage

bool llvm::coro::Shape::RetconLoweringStorage::IsFrameInlineInStorage

Definition at line 136 of file CoroShape.h.

Referenced by buildFrameType(), and maybeFreeRetconStorage().

◆ ResumePrototype

Function* llvm::coro::Shape::RetconLoweringStorage::ResumePrototype

Definition at line 132 of file CoroShape.h.

◆ ReturnBlock

BasicBlock* llvm::coro::Shape::RetconLoweringStorage::ReturnBlock

Definition at line 135 of file CoroShape.h.


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