Searched defs:AsyncLoweringStorage (Results 1 – 1 of 1) sorted by relevance
125 struct AsyncLoweringStorage { struct126 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 …]