Searched refs:TestFileCompiler (Results 1 – 5 of 5) sorted by relevance
7 use cranelift_filetests::TestFileCompiler;89 let mut tfc = TestFileCompiler::new(isa); in run_file_contents()
5 use crate::function_runner::{CompiledTestFile, TestFileCompiler};171 let mut tfc = TestFileCompiler::new(isa); in compile_testfile()
8 pub use crate::function_runner::TestFileCompiler;
79 pub struct TestFileCompiler { struct96 impl TestFileCompiler { argument868 let mut compiler = TestFileCompiler::with_default_host_isa().unwrap(); in nop()898 let compiler = TestFileCompiler::with_default_host_isa().unwrap(); in trampolines()
22 use cranelift_filetests::function_runner::{CompiledTestFile, TestFileCompiler, Trampoline};413 let mut compiler = TestFileCompiler::new(testcase.isa.clone());