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

Method frontend_config

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

Get the information needed by frontends producing Cranelift IR.

(&self)

Source from the content-addressed store, hash-verified

481
482 /// Get the information needed by frontends producing Cranelift IR.
483 pub fn frontend_config(&self) -> TargetFrontendConfig {
484 TargetFrontendConfig {
485 default_call_conv: self.default_call_conv(),
486 pointer_width: self.pointer_width(),
487 page_size_align_log2: self.page_size_align_log2(),
488 }
489 }
490}
491
492impl Debug for &dyn TargetIsa {

Callers 9

make_trampolineFunction · 0.80
target_configMethod · 0.80
memcmpFunction · 0.80
small_memcmp_zero_sizeFunction · 0.80
small_memcmp_byte_ugtFunction · 0.80
small_memcmp_aligned_eqFunction · 0.80
small_memcmp_ipv6_neFunction · 0.80
target_configMethod · 0.80

Calls 3

default_call_convMethod · 0.45
pointer_widthMethod · 0.45
page_size_align_log2Method · 0.45

Tested by 6

memcmpFunction · 0.64
small_memcmp_zero_sizeFunction · 0.64
small_memcmp_byte_ugtFunction · 0.64
small_memcmp_aligned_eqFunction · 0.64
small_memcmp_ipv6_neFunction · 0.64