LLVM 20.0.0git
|
#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 |
|
inline |
Definition at line 1456 of file COFF.h.
References Attributes.
|
inline |
Definition at line 1447 of file COFF.h.
References Attributes.
|
inline |
Definition at line 1444 of file COFF.h.
References Attributes.
|
inline |
Definition at line 1450 of file COFF.h.
References Attributes.
|
inline |
Definition at line 1453 of file COFF.h.
References Attributes.
support::ulittle16_t llvm::object::FpoData::Attributes |
Definition at line 1441 of file COFF.h.
Referenced by getFP(), getNumSavedRegs(), getPrologSize(), hasSEH(), and useBP().
support::ulittle32_t llvm::object::FpoData::NumLocals |
support::ulittle16_t llvm::object::FpoData::NumParams |
support::ulittle32_t llvm::object::FpoData::Offset |
support::ulittle32_t llvm::object::FpoData::Size |