Data in the SUBSEC_FRAMEDATA subsection.
Declared in <llvm/DebugInfo/CodeView/CodeView.h>
struct FrameData;
| Name | Description |
|---|---|
Unnamed enum | Bit flags stored in FrameData::Flags. |
| Name | Description |
|---|---|
CodeSize | Size in bytes of the described code range. |
Flags | Frame flags such as HasSEH, HasEH, and IsFunctionStart. |
FrameFunc | String-table offset of the frame procedure program. |
LocalSize | Stack space in bytes for local variables. |
MaxStackSize | Maximum stack depth in bytes for this frame. |
ParamsSize | Stack space in bytes for parameters. |
PrologSize | Size in bytes of the function prologue. |
RvaStart | RVA of the start of the described code range. |
SavedRegsSize | Size in bytes of saved registers on the stack. |