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

Method set_alias_region

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

Sets the alias region that this works on to the specified `region`.

(&mut self, region: Option<AliasRegion>)

Source from the content-addressed store, hash-verified

193
194 /// Sets the alias region that this works on to the specified `region`.
195 pub fn set_alias_region(&mut self, region: Option<AliasRegion>) {
196 self.region = region.into();
197 }
198
199 /// Set a flag bit by name.
200 ///

Callers 7

optional_memflagsMethod · 0.80
update_memflagsMethod · 0.80
map_mem_flagsMethod · 0.80
create_global_valuesFunction · 0.80
translate_global_getMethod · 0.80
emit_global_setMethod · 0.80
prepare_addrFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected