Searched refs:LibCallHandler (Results 1 – 2 of 2) sorted by relevance
5 use crate::interpreter::LibCallHandler;29 fn get_libcall_handler(&self) -> LibCallHandler; in get_libcall_handler() argument
195 pub type LibCallHandler = fn(LibCall, LibCallValues) -> Result<LibCallValues, CraneliftTrap>; typedef200 pub libcall_handler: LibCallHandler,234 pub fn with_libcall_handler(mut self, handler: LibCallHandler) -> Self { in with_libcall_handler()249 fn get_libcall_handler(&self) -> LibCallHandler { in get_libcall_handler() argument