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

Method iter

cranelift/codegen/src/isa/mod.rs:215–217  ·  view source on GitHub ↗

Iterates the available settings in the builder.

(&self)

Source from the content-addressed store, hash-verified

213
214 /// Iterates the available settings in the builder.
215 pub fn iter(&self) -> impl Iterator<Item = settings::Setting> + use<T> {
216 self.setup.iter()
217 }
218
219 /// Combine the ISA-specific settings with the provided
220 /// ISA-independent settings and allocate a fully configured

Callers 15

isa_flagsMethod · 0.45
gen_clobber_saveMethod · 0.45
compute_frame_layoutMethod · 0.45
gen_restore_fprsFunction · 0.45
print_with_stateMethod · 0.45
code_wordsMethod · 0.45
emitMethod · 0.45
emitMethod · 0.45
node_countMethod · 0.45
isa_flagsMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_riscv64_binemitFunction · 0.36