Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DStatistics.cpp62 debug_info_index_loaded_from_cache); in ToJSON()
224 module_stat.debug_info_index_loaded_from_cache = in ReportStatistics()
226 if (module_stat.debug_info_index_loaded_from_cache) in ReportStatistics()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DStatistics.h117 bool debug_info_index_loaded_from_cache = false; member