LLVM 22.0.0git
Public Attributes | List of all members
llvm::orc::UnwindInfoManager::UnwindSections Struct Reference

#include "llvm/ExecutionEngine/Orc/TargetProcess/UnwindInfoManager.h"

Public Attributes

uintptr_t dso_base
 
uintptr_t dwarf_section
 
size_t dwarf_section_length
 
uintptr_t compact_unwind_section
 
size_t compact_unwind_section_length
 

Detailed Description

Definition at line 29 of file UnwindInfoManager.h.

Member Data Documentation

◆ compact_unwind_section

uintptr_t llvm::orc::UnwindInfoManager::UnwindSections::compact_unwind_section

Definition at line 33 of file UnwindInfoManager.h.

◆ compact_unwind_section_length

size_t llvm::orc::UnwindInfoManager::UnwindSections::compact_unwind_section_length

Definition at line 34 of file UnwindInfoManager.h.

◆ dso_base

uintptr_t llvm::orc::UnwindInfoManager::UnwindSections::dso_base

Definition at line 30 of file UnwindInfoManager.h.

◆ dwarf_section

uintptr_t llvm::orc::UnwindInfoManager::UnwindSections::dwarf_section

Definition at line 31 of file UnwindInfoManager.h.

◆ dwarf_section_length

size_t llvm::orc::UnwindInfoManager::UnwindSections::dwarf_section_length

Definition at line 32 of file UnwindInfoManager.h.


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