Home
last modified time | relevance | path

Searched refs:time_phases (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/bindgen/bindgen/
Dlib.rs448 if self.options.time_phases { in command_line_flags()
1325 pub fn time_phases(mut self, doit: bool) -> Self { in time_phases() method
1326 self.options.time_phases = doit; in time_phases()
2019 time_phases: bool, field
2353 time_phases, in default()
2658 let time_phases = options.time_phases; in generate() localVariable
2672 let _t = time::Timer::new("parse").with_output(time_phases); in generate()
2762 .with_output(self.options.time_phases); in rustfmt_generated_string()
/third_party/rust/crates/bindgen/bindgen-cli/
Doptions.rs176 time_phases: bool, field
429 time_phases, in builder_from_flags()
662 if time_phases { in builder_from_flags()
663 builder = builder.time_phases(true); in builder_from_flags()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo_sanity.rs28 .time_phases(true) in sanity_check_can_generate_stylo_bindings()
/third_party/rust/crates/bindgen/bindgen/ir/
Dcontext.rs538 Timer::new("translation_unit").with_output(options.time_phases); in new()
609 Timer::new(name).with_output(self.options.time_phases) in timer()