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

Method with_aligned

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

Set the `aligned` flag, returning new flags.

(mut self)

Source from the content-addressed store, hash-verified

337
338 /// Set the `aligned` flag, returning new flags.
339 pub const fn with_aligned(mut self) -> Self {
340 self.flags = self.flags.with_aligned();
341 self
342 }
343
344 /// Test if the `readonly` flag is set.
345 ///

Callers 4

trustedMethod · 0.45
set_by_nameMethod · 0.45
set_alignedMethod · 0.45
prepare_table_addrMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected