LLVM 20.0.0git
|
#include "llvm/Object/COFF.h"
Public Member Functions | |
uint32_t | getStart () const |
uint16_t | getType () const |
Public Attributes | |
support::ulittle32_t | StartOffset |
support::ulittle32_t | Length |
Static Public Attributes | |
static constexpr uint32_t | TypeMask = 3 |
|
inline |
Definition at line 761 of file COFF.h.
References StartOffset.
|
inline |
Definition at line 762 of file COFF.h.
References StartOffset, and TypeMask.
support::ulittle32_t llvm::object::chpe_range_entry::Length |
support::ulittle32_t llvm::object::chpe_range_entry::StartOffset |
Definition at line 755 of file COFF.h.
Referenced by getStart(), and getType().
|
staticconstexpr |