LLVM 22.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 150 of file Win64EH.h.

Member Data Documentation

◆ EndAddress

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

Definition at line 152 of file Win64EH.h.

◆ StartAddress

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

Definition at line 151 of file Win64EH.h.

◆ UnwindInfoOffset

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

Definition at line 153 of file Win64EH.h.


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