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

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

Public Attributes
SwitchInst * ResumeSwitch
AllocaInst * PromiseAlloca
BasicBlock * ResumeEntryBlock
unsigned IndexField
unsigned IndexAlign
unsigned IndexOffset
bool HasFinalSuspend
bool HasUnwindCoroEnd

Definition at line 122 of file CoroShape.h.

HasFinalSuspend

bool llvm::coro::Shape::SwitchLoweringStorage::HasFinalSuspend

HasUnwindCoroEnd

bool llvm::coro::Shape::SwitchLoweringStorage::HasUnwindCoroEnd

IndexAlign

unsigned llvm::coro::Shape::SwitchLoweringStorage::IndexAlign

IndexField

unsigned llvm::coro::Shape::SwitchLoweringStorage::IndexField

IndexOffset

unsigned llvm::coro::Shape::SwitchLoweringStorage::IndexOffset

PromiseAlloca

AllocaInst* llvm::coro::Shape::SwitchLoweringStorage::PromiseAlloca

ResumeEntryBlock

BasicBlock* llvm::coro::Shape::SwitchLoweringStorage::ResumeEntryBlock

ResumeSwitch

SwitchInst* llvm::coro::Shape::SwitchLoweringStorage::ResumeSwitch


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