Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Target/
H A DStatistics.cpp62 debug_info_index_loaded_from_cache); in ToJSON()
246 module_stat.debug_info_index_loaded_from_cache = in ReportStatistics()
248 if (module_stat.debug_info_index_loaded_from_cache) in ReportStatistics()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DStatistics.h120 bool debug_info_index_loaded_from_cache = false; member