LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
llvm::Win64EH::RuntimeFunction Struct Reference

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

#include <Win64EH.h>

Collaboration diagram for llvm::Win64EH::RuntimeFunction:
Collaboration graph
[legend]

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 69 of file Win64EH.h.

Member Data Documentation

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

Definition at line 71 of file Win64EH.h.

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

Definition at line 70 of file Win64EH.h.

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

Definition at line 72 of file Win64EH.h.


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