Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp67 debug_info_index_saved_to_cache); in ToJSON()
284 module_stat.debug_info_index_saved_to_cache = in ReportStatistics()
286 if (module_stat.debug_info_index_saved_to_cache) in ReportStatistics()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h121 bool debug_info_index_saved_to_cache = false; member