Home
last modified time | relevance | path

Searched refs:instrument_mcount (Results 1 – 10 of 10) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_llvm/src/
H A Dattributes.rs76 if cx.sess().instrument_mcount() || matches!(cx.sess().opts.cg.force_frame_pointers, Some(true)) in set_frame_pointer_type()
96 if cx.sess().instrument_mcount() { in set_instrument_function()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_session-722.0.0/src/
H A Dsession.rs591 pub fn instrument_mcount(&self) -> bool { in instrument_mcount() method
592 self.opts.debugging_opts.instrument_mcount in instrument_mcount()
796 if self.instrument_mcount() { in must_not_eliminate_frame_pointers()
H A Doptions.rs1105 instrument_mcount: bool = (false, parse_bool, [TRACKED],
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_session-718.0.0/src/
H A Dsession.rs598 pub fn instrument_mcount(&self) -> bool { in instrument_mcount() method
599 self.opts.debugging_opts.instrument_mcount in instrument_mcount()
803 if self.instrument_mcount() { in must_not_eliminate_frame_pointers()
H A Doptions.rs1089 instrument_mcount: bool = (false, parse_bool, [TRACKED],
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_session/src/
H A Dsession.rs591 pub fn instrument_mcount(&self) -> bool { in instrument_mcount() method
592 self.opts.debugging_opts.instrument_mcount in instrument_mcount()
796 if self.instrument_mcount() { in must_not_eliminate_frame_pointers()
H A Doptions.rs1105 instrument_mcount: bool = (false, parse_bool, [TRACKED],
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_session/src/
H A Dsession.rs543 pub fn instrument_mcount(&self) -> bool { in instrument_mcount() method
544 self.opts.debugging_opts.instrument_mcount in instrument_mcount()
H A Doptions.rs1181 instrument_mcount: bool = (false, parse_bool, [TRACKED],
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_interface/src/
H A Dtests.rs738 tracked!(instrument_mcount, true); in test_debugging_options_tracking_hash()