LLVM 19.0.0git
Public Attributes | List of all members
llvm::Win64EH::RuntimeFunction Struct Reference

RuntimeFunction - An entry in the table of functions with unwind info. More...

#include "llvm/Support/Win64EH.h"

Public Attributes

support::ulittle32_t StartAddress
 
support::ulittle32_t EndAddress
 
support::ulittle32_t UnwindInfoOffset
 

Detailed Description

RuntimeFunction - An entry in the table of functions with unwind info.

Definition at line 142 of file Win64EH.h.

Member Data Documentation

◆ EndAddress

support::ulittle32_t llvm::Win64EH::RuntimeFunction::EndAddress

Definition at line 144 of file Win64EH.h.

◆ StartAddress

support::ulittle32_t llvm::Win64EH::RuntimeFunction::StartAddress

Definition at line 143 of file Win64EH.h.

◆ UnwindInfoOffset

support::ulittle32_t llvm::Win64EH::RuntimeFunction::UnwindInfoOffset

Definition at line 145 of file Win64EH.h.


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