Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_return
Method · 0.45
gen_call_args
Method · 0.45
gen_return_call_args
Method · 0.45
gen_call_rets
Method · 0.45
gen_try_call_rets
Method · 0.45
gen_call_info
Method · 0.45
abi_emit_call_adjust_stack
Method · 0.45
abi_emit_return_call_adjust_stack
Method · 0.45
abi_prepare_args
Method · 0.45
gen_call_info
Method · 0.45
gen_return_call_info
Method · 0.45
emit_vm_call
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected