LLVM 19.0.0git
Public Attributes | List of all members
llvm::CodeViewYAML::YAMLFrameData Struct Reference

#include "llvm/ObjectYAML/CodeViewYAMLDebugSections.h"

Public Attributes

uint32_t RvaStart
 
uint32_t CodeSize
 
uint32_t LocalSize
 
uint32_t ParamsSize
 
uint32_t MaxStackSize
 
StringRef FrameFunc
 
uint32_t PrologSize
 
uint32_t SavedRegsSize
 
uint32_t Flags
 

Detailed Description

Definition at line 45 of file CodeViewYAMLDebugSections.h.

Member Data Documentation

◆ CodeSize

uint32_t llvm::CodeViewYAML::YAMLFrameData::CodeSize

Definition at line 47 of file CodeViewYAMLDebugSections.h.

◆ Flags

uint32_t llvm::CodeViewYAML::YAMLFrameData::Flags

Definition at line 54 of file CodeViewYAMLDebugSections.h.

◆ FrameFunc

StringRef llvm::CodeViewYAML::YAMLFrameData::FrameFunc

Definition at line 51 of file CodeViewYAMLDebugSections.h.

◆ LocalSize

uint32_t llvm::CodeViewYAML::YAMLFrameData::LocalSize

Definition at line 48 of file CodeViewYAMLDebugSections.h.

◆ MaxStackSize

uint32_t llvm::CodeViewYAML::YAMLFrameData::MaxStackSize

Definition at line 50 of file CodeViewYAMLDebugSections.h.

◆ ParamsSize

uint32_t llvm::CodeViewYAML::YAMLFrameData::ParamsSize

Definition at line 49 of file CodeViewYAMLDebugSections.h.

◆ PrologSize

uint32_t llvm::CodeViewYAML::YAMLFrameData::PrologSize

Definition at line 52 of file CodeViewYAMLDebugSections.h.

◆ RvaStart

uint32_t llvm::CodeViewYAML::YAMLFrameData::RvaStart

Definition at line 46 of file CodeViewYAMLDebugSections.h.

◆ SavedRegsSize

uint32_t llvm::CodeViewYAML::YAMLFrameData::SavedRegsSize

Definition at line 53 of file CodeViewYAMLDebugSections.h.


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