LLVM 19.0.0git
Public Attributes | List of all members
llvm::object::chpe_code_range_entry Struct Reference

#include "llvm/Object/COFF.h"

Public Attributes

support::ulittle32_t StartRva
 
support::ulittle32_t EndRva
 
support::ulittle32_t EntryPoint
 

Detailed Description

Definition at line 761 of file COFF.h.

Member Data Documentation

◆ EndRva

support::ulittle32_t llvm::object::chpe_code_range_entry::EndRva

Definition at line 763 of file COFF.h.

◆ EntryPoint

support::ulittle32_t llvm::object::chpe_code_range_entry::EntryPoint

Definition at line 764 of file COFF.h.

◆ StartRva

support::ulittle32_t llvm::object::chpe_code_range_entry::StartRva

Definition at line 762 of file COFF.h.


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