LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::object::FpoData Struct Reference

#include <COFF.h>

Collaboration diagram for llvm::object::FpoData:
[legend]

Public Member Functions

int getPrologSize () const
 
int getNumSavedRegs () const
 
bool hasSEH () const
 
bool useBP () const
 
int 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 1013 of file Object/COFF.h.

Member Function Documentation

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

Definition at line 1033 of file Object/COFF.h.

References Attributes.

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

Definition at line 1024 of file Object/COFF.h.

References Attributes.

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

Definition at line 1021 of file Object/COFF.h.

References Attributes.

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

Definition at line 1027 of file Object/COFF.h.

References Attributes.

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

Definition at line 1030 of file Object/COFF.h.

References Attributes.

Member Data Documentation

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

Definition at line 1018 of file Object/COFF.h.

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

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

Definition at line 1016 of file Object/COFF.h.

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

Definition at line 1017 of file Object/COFF.h.

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

Definition at line 1014 of file Object/COFF.h.

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

Definition at line 1015 of file Object/COFF.h.


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