LLVM 20.0.0git
|
#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 |
Definition at line 45 of file CodeViewYAMLDebugSections.h.
uint32_t llvm::CodeViewYAML::YAMLFrameData::CodeSize |
Definition at line 47 of file CodeViewYAMLDebugSections.h.
uint32_t llvm::CodeViewYAML::YAMLFrameData::Flags |
Definition at line 54 of file CodeViewYAMLDebugSections.h.
StringRef llvm::CodeViewYAML::YAMLFrameData::FrameFunc |
Definition at line 51 of file CodeViewYAMLDebugSections.h.
uint32_t llvm::CodeViewYAML::YAMLFrameData::LocalSize |
Definition at line 48 of file CodeViewYAMLDebugSections.h.
uint32_t llvm::CodeViewYAML::YAMLFrameData::MaxStackSize |
Definition at line 50 of file CodeViewYAMLDebugSections.h.
uint32_t llvm::CodeViewYAML::YAMLFrameData::ParamsSize |
Definition at line 49 of file CodeViewYAMLDebugSections.h.
uint32_t llvm::CodeViewYAML::YAMLFrameData::PrologSize |
Definition at line 52 of file CodeViewYAMLDebugSections.h.
uint32_t llvm::CodeViewYAML::YAMLFrameData::RvaStart |
Definition at line 46 of file CodeViewYAMLDebugSections.h.
uint32_t llvm::CodeViewYAML::YAMLFrameData::SavedRegsSize |
Definition at line 53 of file CodeViewYAMLDebugSections.h.