LLVM 22.0.0git
|
#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 |
Definition at line 29 of file UnwindInfoManager.h.
uintptr_t llvm::orc::UnwindInfoManager::UnwindSections::compact_unwind_section |
Definition at line 33 of file UnwindInfoManager.h.
size_t llvm::orc::UnwindInfoManager::UnwindSections::compact_unwind_section_length |
Definition at line 34 of file UnwindInfoManager.h.
uintptr_t llvm::orc::UnwindInfoManager::UnwindSections::dso_base |
Definition at line 30 of file UnwindInfoManager.h.
uintptr_t llvm::orc::UnwindInfoManager::UnwindSections::dwarf_section |
Definition at line 31 of file UnwindInfoManager.h.
size_t llvm::orc::UnwindInfoManager::UnwindSections::dwarf_section_length |
Definition at line 32 of file UnwindInfoManager.h.