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

Method default_call_conv

cranelift/codegen/src/isa/mod.rs:441–443  ·  view source on GitHub ↗

Get the default calling convention of this target.

(&self)

Source from the content-addressed store, hash-verified

439impl<'a> dyn TargetIsa + 'a {
440 /// Get the default calling convention of this target.
441 pub fn default_call_conv(&self) -> CallConv {
442 CallConv::triple_default(self.triple())
443 }
444
445 /// Get the endianness of this ISA.
446 pub fn endianness(&self) -> ir::Endianness {

Callers 7

make_contextMethod · 0.45
clear_contextMethod · 0.45
make_signatureMethod · 0.45
clear_signatureMethod · 0.45
memcmpFunction · 0.45
small_memcmp_helperFunction · 0.45
frontend_configMethod · 0.45

Calls 1

tripleMethod · 0.45

Tested by 1

memcmpFunction · 0.36