struct Shape::AsyncLoweringStorage
Declaration
struct Shape::AsyncLoweringStorage { /* full declaration omitted */ };
Declared at: llvm/lib/Transforms/Coroutines/CoroInternal.h:125
Member Variables
- public llvm::FunctionType* AsyncFuncTy
- public llvm::Value* Context
- public CallingConv::ID AsyncCC
- public unsigned int ContextArgNo
- public uint64_t ContextHeaderSize
- public uint64_t ContextAlignment
- public uint64_t FrameOffset
- public uint64_t ContextSize
- public llvm::GlobalVariable* AsyncFuncPointer
Method Overview
- public llvm::Align getContextAlignment() const
Methods
ΒΆllvm::Align getContextAlignment() const
llvm::Align getContextAlignment() const
Declared at: llvm/lib/Transforms/Coroutines/CoroInternal.h:136