LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
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 1336 of file COFF.h.

Member Function Documentation

◆ getFP()

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

Definition at line 1356 of file COFF.h.

References Attributes.

◆ getNumSavedRegs()

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

Definition at line 1347 of file COFF.h.

References Attributes.

◆ getPrologSize()

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

Definition at line 1344 of file COFF.h.

References Attributes.

◆ hasSEH()

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

Definition at line 1350 of file COFF.h.

References Attributes.

◆ useBP()

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

Definition at line 1353 of file COFF.h.

References Attributes.

Member Data Documentation

◆ Attributes

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

Definition at line 1341 of file COFF.h.

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

◆ NumLocals

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

Definition at line 1339 of file COFF.h.

◆ NumParams

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

Definition at line 1340 of file COFF.h.

◆ Offset

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

Definition at line 1337 of file COFF.h.

◆ Size

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

Definition at line 1338 of file COFF.h.


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