Searched defs:AsyncLoweringStorage (Results 1 – 1 of 1) sorted by relevance
126 struct AsyncLoweringStorage { struct127 FunctionType *AsyncFuncTy;128 Value *Context;129 CallingConv::ID AsyncCC;130 unsigned ContextArgNo;131 uint64_t ContextHeaderSize;132 uint64_t ContextAlignment;133 uint64_t FrameOffset; // Start of the frame.134 uint64_t ContextSize; // Includes frame size.135 GlobalVariable *AsyncFuncPointer;[all …]