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

Method abi

cranelift/codegen/src/machinst/lower.rs:1380–1382  ·  view source on GitHub ↗

Get the `Callee`.

(&self)

Source from the content-addressed store, hash-verified

1378
1379 /// Get the `Callee`.
1380 pub fn abi(&self) -> &Callee<I::ABIMachineSpec> {
1381 self.vcode.abi()
1382 }
1383
1384 /// Get the `Callee`.
1385 pub fn abi_mut(&mut self) -> &mut Callee<I::ABIMachineSpec> {

Callers 10

newMethod · 0.45
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
lane_orderMethod · 0.45
gen_stack_slot_amodeMethod · 0.45
gen_stack_addrMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected