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

Method enable

cranelift/codegen/src/isa/mod.rs:235–237  ·  view source on GitHub ↗
(&mut self, name: &str)

Source from the content-addressed store, hash-verified

233 }
234
235 fn enable(&mut self, name: &str) -> SetResult<()> {
236 self.setup.enable(name)
237 }
238}
239
240/// After determining that an instruction doesn't have an encoding, how should we proceed to

Callers 10

parse_optionFunction · 0.45
generate_flagsMethod · 0.45
set_isa_flagsMethod · 0.45
test_s390x_binemitFunction · 0.45
test_x64_emitFunction · 0.45
isa_constructor_32Function · 0.45
isa_constructor_64Function · 0.45
hwcap_detectFunction · 0.45
cpuinfo_detectFunction · 0.45
infer_native_flagsFunction · 0.45

Calls

no outgoing calls

Tested by 3

parse_optionFunction · 0.36
test_s390x_binemitFunction · 0.36
test_x64_emitFunction · 0.36