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

Method alias_region

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

Reads the alias region that this memory operation works with.

(self)

Source from the content-addressed store, hash-verified

182
183 /// Reads the alias region that this memory operation works with.
184 pub fn alias_region(self) -> Option<AliasRegion> {
185 self.region.expand()
186 }
187
188 /// Sets the alias region that this works on to the specified `region`.
189 pub fn with_alias_region(mut self, region: Option<AliasRegion>) -> Self {

Callers 8

optional_memflagsMethod · 0.45
map_mem_flagsMethod · 0.45
create_global_valuesFunction · 0.45
updateMethod · 0.45
get_last_storeMethod · 0.45
fmtMethod · 0.45
verify_global_valuesMethod · 0.45

Calls 1

expandMethod · 0.45

Tested by

no test coverage detected