| /wasmtime-44.0.1/examples/fib-debug/ |
| H A D | main.rs | 19 .debug_info(true) in main()
|
| /wasmtime-44.0.1/tests/all/native_debug/ |
| H A D | obj.rs | 14 config.debug_info(true); in compile_cranelift()
|
| /wasmtime-44.0.1/tests/all/ |
| H A D | winch_engine_features.rs | 55 config.debug_info(true); in ensure_compatibility_between_winch_and_debug_native()
|
| H A D | pulley.rs | 494 config.debug_info(true); in enabling_debug_info_doesnt_break_anything()
|
| /wasmtime-44.0.1/docs/ |
| H A D | examples-profiling-perf.md | 132 * **Rust API** - you'll want to call the [`Config::debug_info`] method. 193 [`Config::debug_info`]: https://bytecodealliance.github.io/wasmtime/api/wasmtime/struct.Config.html…
|
| H A D | examples-debugging-native-debugger.md | 15 CLI and `Config::debug_info(true)` in an embedding (e.g. see [debugging in a
|
| /wasmtime-44.0.1/crates/c-api/include/wasmtime/ |
| H A D | config.h | 102 WASMTIME_CONFIG_PROP(void, debug_info, bool)
|
| H A D | config.hh | 256 void debug_info(bool enable) { in debug_info() function in wasmtime::Config
|
| /wasmtime-44.0.1/crates/c-api/tests/ |
| H A D | config.cc | 36 config.debug_info(false); in TEST()
|
| /wasmtime-44.0.1/crates/cranelift/src/debug/transform/ |
| H A D | mod.rs | 56 translation.debuginfo.dwarf.debug_info.reader().slice() in load_dwp()
|
| /wasmtime-44.0.1/crates/cli-flags/src/ |
| H A D | lib.rs | 263 pub debug_info: Option<bool>, 789 if let Some(enable) = self.debug.debug_info { in config() 790 config.debug_info(enable); in config()
|
| /wasmtime-44.0.1/crates/environ/src/compile/ |
| H A D | module_artifacts.rs | 73 self.push_debug(dwarf, &debuginfo.dwarf.debug_info); in push_debuginfo()
|
| H A D | module_environ.rs | 771 dwarf.debug_info = gimli::DebugInfo::new(data, endian); in dwarf_section()
|
| /wasmtime-44.0.1/cranelift/codegen/src/machinst/ |
| H A D | vcode.rs | 260 debug_info: FxHashMap<ValueLabel, Vec<(InsnIndex, InsnIndex, VReg)>>, field 295 debug_info: FxHashMap::default(), in new() 403 let labels = self.debug_info.entry(label).or_insert_with(|| vec![]); in add_value_label() 495 for (label, tuples) in &self.debug_info { in reverse_and_finalize()
|
| /wasmtime-44.0.1/crates/fuzzing/src/generators/ |
| H A D | config.rs | 573 debug_info: bool, field 692 self.debug_info = false; in update_module_config()
|
| /wasmtime-44.0.1/crates/c-api/src/ |
| H A D | config.rs | 58 c.config.debug_info(enable); in wasmtime_config_debug_info_set()
|
| /wasmtime-44.0.1/crates/wasmtime/src/engine/ |
| H A D | serialization.rs | 749 cfg.debug_info(true) in cache_accounts_for_opt_level()
|
| /wasmtime-44.0.1/crates/wasmtime/src/ |
| H A D | config.rs | 430 pub fn debug_info(&mut self, enable: bool) -> &mut Self { in debug_info() method
|