LLVM 22.0.0git
llvm::object::FpoData Struct Reference

#include "llvm/Object/COFF.h"

Public Member Functions

int getPrologSize () const
int getNumSavedRegs () const
bool hasSEH () const
bool useBP () const
frame_type getFP () const

Public Attributes

support::ulittle32_t Offset
support::ulittle32_t Size
support::ulittle32_t NumLocals
support::ulittle16_t NumParams
support::ulittle16_t Attributes

Detailed Description

Definition at line 1452 of file COFF.h.

Member Function Documentation

◆ getFP()

frame_type llvm::object::FpoData::getFP ( ) const
inline

Definition at line 1472 of file COFF.h.

References Attributes.

◆ getNumSavedRegs()

int llvm::object::FpoData::getNumSavedRegs ( ) const
inline

Definition at line 1463 of file COFF.h.

References Attributes.

◆ getPrologSize()

int llvm::object::FpoData::getPrologSize ( ) const
inline

Definition at line 1460 of file COFF.h.

References Attributes.

◆ hasSEH()

bool llvm::object::FpoData::hasSEH ( ) const
inline

Definition at line 1466 of file COFF.h.

References Attributes.

◆ useBP()

bool llvm::object::FpoData::useBP ( ) const
inline

Definition at line 1469 of file COFF.h.

References Attributes.

Member Data Documentation

◆ Attributes

support::ulittle16_t llvm::object::FpoData::Attributes

Definition at line 1457 of file COFF.h.

Referenced by getFP(), getNumSavedRegs(), getPrologSize(), hasSEH(), and useBP().

◆ NumLocals

support::ulittle32_t llvm::object::FpoData::NumLocals

Definition at line 1455 of file COFF.h.

◆ NumParams

support::ulittle16_t llvm::object::FpoData::NumParams

Definition at line 1456 of file COFF.h.

◆ Offset

support::ulittle32_t llvm::object::FpoData::Offset

Definition at line 1453 of file COFF.h.

◆ Size

support::ulittle32_t llvm::object::FpoData::Size

Definition at line 1454 of file COFF.h.


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