LLVM 19.0.0git
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
llvm::object::chpe_range_entry Struct Reference

#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
 

Detailed Description

Definition at line 750 of file COFF.h.

Member Function Documentation

◆ getStart()

uint32_t llvm::object::chpe_range_entry::getStart ( ) const
inline

Definition at line 757 of file COFF.h.

References StartOffset.

◆ getType()

uint16_t llvm::object::chpe_range_entry::getType ( ) const
inline

Definition at line 758 of file COFF.h.

References StartOffset, and TypeMask.

Member Data Documentation

◆ Length

support::ulittle32_t llvm::object::chpe_range_entry::Length

Definition at line 752 of file COFF.h.

◆ StartOffset

support::ulittle32_t llvm::object::chpe_range_entry::StartOffset

Definition at line 751 of file COFF.h.

Referenced by getStart(), and getType().

◆ TypeMask

constexpr uint32_t llvm::object::chpe_range_entry::TypeMask = 3
staticconstexpr

Definition at line 755 of file COFF.h.

Referenced by getType().


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