LLVM: llvm::codeview::FrameData Struct Reference (original) (raw)

Data in the SUBSEC_FRAMEDATA subection. More...

#include "[llvm/DebugInfo/CodeView/CodeView.h](CodeView%5F8h%5Fsource.html)"

Public Types
enum : uint32_t { HasSEH = 1 << 0 , HasEH = 1 << 1 , IsFunctionStart = 1 << 2 }
Public Attributes
support::ulittle32_t RvaStart
support::ulittle32_t CodeSize
support::ulittle32_t LocalSize
support::ulittle32_t ParamsSize
support::ulittle32_t MaxStackSize
support::ulittle32_t FrameFunc
support::ulittle16_t PrologSize
support::ulittle16_t SavedRegsSize
support::ulittle32_t Flags

Detailed Description

Data in the SUBSEC_FRAMEDATA subection.

Definition at line 557 of file CodeView.h.

Member Enumeration Documentation

anonymous enum

Enumerator
HasSEH
HasEH
IsFunctionStart

Definition at line 567 of file CodeView.h.

Member Data Documentation

CodeSize

Flags

FrameFunc

LocalSize

MaxStackSize

ParamsSize

PrologSize

RvaStart

SavedRegsSize


The documentation for this struct was generated from the following file: