Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp65 debug_info_index_loaded_from_cache); in ToJSON()
280 module_stat.debug_info_index_loaded_from_cache = in ReportStatistics()
282 if (module_stat.debug_info_index_loaded_from_cache) in ReportStatistics()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h120 bool debug_info_index_loaded_from_cache = false; member