LLVM: llvm::coro::Shape::RetconLoweringStorage Struct Reference (original) (raw)

#include "[llvm/Transforms/Coroutines/CoroShape.h](CoroShape%5F8h%5Fsource.html)"

Public Attributes
Function * ResumePrototype
Function * Alloc
Function * Dealloc
BasicBlock * ReturnBlock
bool IsFrameInlineInStorage

Definition at line 133 of file CoroShape.h.

Alloc

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

Dealloc

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

IsFrameInlineInStorage

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

ResumePrototype

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

ReturnBlock

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


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