Searched refs:parse_functions (Results 1 – 10 of 10) sorted by relevance
567 use cranelift_reader::parse_functions;584 let func = parse_functions(code).unwrap().into_iter().next().unwrap(); in sanity()603 let func = parse_functions(code).unwrap().into_iter().next().unwrap(); in udiv_by_zero_traps()624 let func = parse_functions(code).unwrap().into_iter().next().unwrap(); in sdiv_min_by_neg_one_traps_with_overflow()658 let funcs = parse_functions(code).unwrap().to_vec(); in function_references()678 let func = parse_functions(code).unwrap().into_iter().next().unwrap(); in fuel()748 let funcs = parse_functions(code).unwrap().to_vec(); in stack_slots_multi_functions()779 let func = parse_functions(code).unwrap().into_iter().next().unwrap(); in out_of_slot_write_traps()805 let func = parse_functions(code).unwrap().into_iter().next().unwrap(); in partial_out_of_slot_write_traps()830 let func = parse_functions(code).unwrap().into_iter().next().unwrap(); in out_of_slot_read_traps()[all …]
116 use cranelift_reader::parse_functions;120 parse_functions(code).unwrap().into_iter().next().unwrap() in function()
9 use cranelift_reader::parse_functions;33 parse_functions(&buffer).with_context(|| format!("failed to parse {}", path.display()))?; in cat_one()
10 use cranelift_reader::parse_functions;33 let items = parse_functions(&buffer)?; in print_cfg()
139 let funcs = cranelift_reader::parse_functions(&contents) in parse_input()
7 use cranelift_reader::parse_functions;14 let ret_of_parse = parse_functions(file); in call_ser()
10 pub use crate::parser::{ParseOptions, parse_functions, parse_run_command, parse_test};
90 pub fn parse_functions(text: &str) -> ParseResult<Vec<Function>> { in parse_functions() function
838 use cranelift_reader::{ParseOptions, parse_functions, parse_test};841 parse_functions(code).unwrap().into_iter().nth(0).unwrap() in parse()
270 cranelift_reader::parse_functions(clif).with_context(|| { in compile()