LLVM 22.0.0git
|
#include "llvm/Object/XCOFFObjectFile.h"
Public Member Functions | |
uint8_t | getFlag () const |
uint8_t | getTDataAlignment () const |
uint16_t | getVersion () const |
uint64_t | getEntryPointAddr () const |
Static Public Attributes | |
static constexpr uint8_t | AuxiHeaderFlagMask = 0xF0 |
static constexpr uint8_t | AuxiHeaderTDataAlignmentMask = 0x0F |
Definition at line 58 of file XCOFFObjectFile.h.
|
inline |
Definition at line 74 of file XCOFFObjectFile.h.
References T.
Referenced by llvm::object::XCOFFObjectFile::getStartAddress().
|
inline |
Definition at line 63 of file XCOFFObjectFile.h.
References AuxiHeaderFlagMask, and T.
|
inline |
Definition at line 68 of file XCOFFObjectFile.h.
References AuxiHeaderTDataAlignmentMask, and T.
|
inline |
Definition at line 73 of file XCOFFObjectFile.h.
References T, and llvm::Version.
|
staticconstexpr |
Definition at line 59 of file XCOFFObjectFile.h.
Referenced by getFlag().
|
staticconstexpr |
Definition at line 60 of file XCOFFObjectFile.h.
Referenced by getTDataAlignment().