cranelift_codegen::isa

Module unwind

Source
Expand description

Represents information relating to function unwinding.

Modules§

systemvunwind
System V ABI unwind information.
winarm64unwind
Windows Arm64 ABI unwind information.
winx64unwind
Windows x64 ABI unwind information.

Enums§

UnwindInfo
Represents unwind information for a single function.
UnwindInfoKind
Expected unwind info type.
UnwindInst
Unwind pseudoinstruction used in VCode backends: represents that at the present location, an action has just been taken.

Type Aliases§

CfaUnwindInfo
CFA-based unwind information used on SystemV.