Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DStatistics.cpp194 ModuleStats module_stat; in ReportStatistics() local
195 module_stat.identifier = (intptr_t)module; in ReportStatistics()
198 module_stat.path.append(1, '('); in ReportStatistics()
200 module_stat.path.append(1, ')'); in ReportStatistics()
209 if (module_stat.symtab_loaded_from_cache) in ReportStatistics()
212 if (module_stat.symtab_saved_to_cache) in ReportStatistics()
219 module_stat.symfile_path = in ReportStatistics()
228 module_stat.debug_info_index_saved_to_cache = in ReportStatistics()
236 if (module_stat.symtab_stripped) in ReportStatistics()
240 if (module_stat.debug_info_enabled) in ReportStatistics()
[all …]