Home
last modified time | relevance | path

Searched defs:AsyncLoweringStorage (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h125 struct AsyncLoweringStorage { struct
126 FunctionType *AsyncFuncTy;
127 Value *Context;
128 CallingConv::ID AsyncCC;
129 unsigned ContextArgNo;
130 uint64_t ContextHeaderSize;
131 uint64_t ContextAlignment;
132 uint64_t FrameOffset; // Start of the frame.
133 uint64_t ContextSize; // Includes frame size.
134 GlobalVariable *AsyncFuncPointer;
[all …]