Home
last modified time | relevance | path

Searched refs:ExceptionContextLoc (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/crates/unwinder/src/
H A Dexception_table.rs20 ExceptionContextLoc, FinalizedMachCallSite, FinalizedMachExceptionHandler, binemit::CodeOffset,
163 FinalizedMachExceptionHandler::Context(ExceptionContextLoc::SPOffset( in add_func()
168 FinalizedMachExceptionHandler::Context(ExceptionContextLoc::GPR(_)) => { in add_func()
/wasmtime-44.0.1/cranelift/codegen/src/
H A Dlib.rs72 ExceptionContextLoc, FinalizedMachCallSite, FinalizedMachExceptionHandler, FinalizedMachReloc,
/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dbuffer.rs1984 Context(ExceptionContextLoc),
2015 Context(ExceptionContextLoc),
2024 pub enum ExceptionContextLoc { enum
H A Dabi.rs2572ExceptionContextLoc::SPOffset(u32::try_from(offset).expect("SP offset cannot be negative or larger… in exception_handlers()
2574 ExceptionContextLoc::GPR(realreg.hw_enc()) in exception_handlers()