Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-cli/
Doptions.rs182 emit_ir: bool, field
431 emit_ir, in builder_from_flags()
688 if emit_ir { in builder_from_flags()
689 builder = builder.emit_ir(); in builder_from_flags()
/third_party/rust/crates/bindgen/bindgen/
Dlib.rs490 if self.options.emit_ir { in command_line_flags()
1337 pub fn emit_ir(mut self) -> Builder { in emit_ir() method
1338 self.options.emit_ir = true; in emit_ir()
1944 emit_ir: bool, field
2324 emit_ir, in default()
/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs4488 if context.options().emit_ir { in codegen()