Module cranelift_codegen::isa::unwind [−][src]
Expand description
Represents information relating to function unwinding.
Modules
| input | Intermediate representation for the unwind information generated by a backend. |
| systemv | System V ABI unwind information. |
| winx64 | Windows x64 ABI unwind information. |
Enums
| UnwindInfo | Represents unwind information for a single function. |
| UnwindInst | Unwind pseudoinstruction used in VCode backends: represents that at the present location, an action has just been taken. |