Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h126 struct AsyncLoweringStorage { struct
127 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 …]