Home
last modified time | relevance | path

Searched defs:RegallocAlgorithm (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/crates/fuzzing/src/generators/
H A Dconfig.rs843 enum RegallocAlgorithm { enum
848 impl RegallocAlgorithm { impl
849 fn to_wasmtime(&self) -> wasmtime::RegallocAlgorithm { in to_wasmtime()
/wasmtime-44.0.1/crates/cli-flags/src/
H A Dopt.rs496 impl WasmtimeOptionValue for wasmtime::RegallocAlgorithm { implementation
/wasmtime-44.0.1/crates/wasmtime/src/
H A Dconfig.rs3309 pub enum RegallocAlgorithm { enum