LLVM 23.0.0git
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 162 of file Win64EH.h.

Member Data Documentation

◆ EndAddress

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

Definition at line 164 of file Win64EH.h.

◆ StartAddress

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

Definition at line 163 of file Win64EH.h.

◆ UnwindInfoOffset

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

Definition at line 165 of file Win64EH.h.


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