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

#include "llvm/Object/COFF.h"

Public Attributes

support::ulittle32_t BeginAddress
 
support::ulittle32_t EndAddress
 
support::ulittle32_t UnwindInformation
 

Detailed Description

Definition at line 772 of file COFF.h.

Member Data Documentation

◆ BeginAddress

support::ulittle32_t llvm::object::coff_runtime_function_x64::BeginAddress

Definition at line 773 of file COFF.h.

◆ EndAddress

support::ulittle32_t llvm::object::coff_runtime_function_x64::EndAddress

Definition at line 774 of file COFF.h.

◆ UnwindInformation

support::ulittle32_t llvm::object::coff_runtime_function_x64::UnwindInformation

Definition at line 775 of file COFF.h.


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