Home
last modified time | relevance | path

Searched refs:TestFileCompiler (Results 1 – 5 of 5) sorted by relevance

/wasmtime-44.0.1/cranelift/src/
H A Drun.rs7 use cranelift_filetests::TestFileCompiler;
89 let mut tfc = TestFileCompiler::new(isa); in run_file_contents()
/wasmtime-44.0.1/cranelift/filetests/src/
H A Dtest_run.rs5 use crate::function_runner::{CompiledTestFile, TestFileCompiler};
171 let mut tfc = TestFileCompiler::new(isa); in compile_testfile()
H A Dlib.rs8 pub use crate::function_runner::TestFileCompiler;
H A Dfunction_runner.rs79 pub struct TestFileCompiler { struct
96 impl TestFileCompiler { argument
868 let mut compiler = TestFileCompiler::with_default_host_isa().unwrap(); in nop()
898 let compiler = TestFileCompiler::with_default_host_isa().unwrap(); in trampolines()
/wasmtime-44.0.1/fuzz/fuzz_targets/
H A Dcranelift-fuzzgen.rs22 use cranelift_filetests::function_runner::{CompiledTestFile, TestFileCompiler, Trampoline};
413 let mut compiler = TestFileCompiler::new(testcase.isa.clone());