Expand description
Represents information relating to function unwinding.
Modules§
- systemv
unwind
- System V ABI unwind information.
- winarm64
unwind
- Windows Arm64 ABI unwind information.
- winx64
unwind
- Windows x64 ABI unwind information.
Enums§
- Unwind
Info - Represents unwind information for a single function.
- Unwind
Info Kind - Expected unwind info type.
- Unwind
Inst - Unwind pseudoinstruction used in VCode backends: represents that at the present location, an action has just been taken.
Type Aliases§
- CfaUnwind
Info - CFA-based unwind information used on SystemV.