Struct clang_frame_prefix

Class List > clang_frame_prefix

Clang coroutine frame's prefix. More...

Public Attributes

Type Name
procedure_t _Factivate
procedure_t _Fdestroy

Detailed Description

The layout is like the following

+------------------+------------+---+--------------------+
| Frame Prefix(16) | Promise(?) | ? | Local variables(?) |
+------------------+------------+---+--------------------+

Public Attributes Documentation

variable _Factivate

procedure_t clang_frame_prefix::_Factivate;

variable _Fdestroy

procedure_t clang_frame_prefix::_Fdestroy;

The documentation for this class was generated from the following file modules/portable/frame.cpp