Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/
Dlib.rs374 if self.options.time_phases { in command_line_flags()
1177 pub fn time_phases(mut self, doit: bool) -> Self { in time_phases() method
1178 self.options.time_phases = doit; in time_phases()
1761 time_phases: bool, field
2025 time_phases: false, in default()
2271 let time_phases = options.time_phases; in generate() localVariable
2285 let _t = time::Timer::new("parse").with_output(time_phases); in generate()
2384 .with_output(self.options.time_phases); in rustfmt_generated_string()
Doptions.rs681 builder = builder.time_phases(true); in builder_from_flags()
/external/rust/crates/bindgen/src/ir/
Dcontext.rs527 Timer::new("translation_unit").with_output(options.time_phases); in new()
597 Timer::new(name).with_output(self.options.time_phases) in timer()