LLVM 20.0.0git
Public Attributes | List of all members
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 126 of file CoroShape.h.

Member Data Documentation

◆ Alloc

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

Definition at line 128 of file CoroShape.h.

◆ Dealloc

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

Definition at line 129 of file CoroShape.h.

◆ IsFrameInlineInStorage

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

◆ ResumePrototype

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

◆ ReturnBlock

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

Definition at line 130 of file CoroShape.h.

Referenced by llvm::coro::AnyRetconABI::splitCoroutine().


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