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

Method with_endianness

cranelift/codegen/src/ir/memflags.rs:258–261  ·  view source on GitHub ↗

Set endianness of the memory access, returning new flags.

(mut self, endianness: Endianness)

Source from the content-addressed store, hash-verified

256
257 /// Set endianness of the memory access, returning new flags.
258 pub const fn with_endianness(mut self, endianness: Endianness) -> Self {
259 self.flags = self.flags.with_endianness(endianness);
260 self
261 }
262
263 /// Test if this memory operation cannot trap.
264 ///

Callers 15

set_by_nameMethod · 0.45
set_endiannessMethod · 0.45
clear_removes_entriesFunction · 0.45
verify_bitcastMethod · 0.45
masm.rsFile · 0.45
store_values_to_arrayMethod · 0.45
emit_inline_memcpyMethod · 0.45

Calls

no outgoing calls

Tested by 2

clear_removes_entriesFunction · 0.36