llvm::codeview::FrameData

Data in the SUBSEC_FRAMEDATA subsection.

Synopsis

Declared in <llvm/DebugInfo/CodeView/CodeView.h>

struct FrameData;

Enums

NameDescription
Unnamed enum Bit flags stored in FrameData::Flags.

Data Members

NameDescription
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.