Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h149 struct AsyncLoweringStorage { struct
150 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 …]