Searched defs:AsyncLoweringStorage (Results 1 – 1 of 1) sorted by relevance
149 struct AsyncLoweringStorage { struct150 FunctionType *AsyncFuncTy;151 Value *Context;152 CallingConv::ID AsyncCC;153 unsigned ContextArgNo;154 uint64_t ContextHeaderSize;155 uint64_t ContextAlignment;156 uint64_t FrameOffset; // Start of the frame.157 uint64_t ContextSize; // Includes frame size.158 GlobalVariable *AsyncFuncPointer;[all …]