MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / sigs

Method sigs

cranelift/codegen/src/machinst/lower.rs:517–519  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

515 }
516
517 pub fn sigs(&self) -> &SigSet {
518 self.vcode.sigs()
519 }
520
521 pub fn sigs_mut(&mut self) -> &mut SigSet {
522 self.vcode.sigs_mut()

Callers 15

gen_returnMethod · 0.45
gen_call_argsMethod · 0.45
gen_return_call_argsMethod · 0.45
gen_call_retsMethod · 0.45
gen_try_call_retsMethod · 0.45
gen_call_infoMethod · 0.45
abi_prepare_argsMethod · 0.45
gen_call_infoMethod · 0.45
gen_return_call_infoMethod · 0.45
emit_vm_callFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected