Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp70 debug_info_had_variable_errors); in ToJSON()
297 module_stat.debug_info_had_variable_errors = in ReportStatistics()
303 if (module_stat.debug_info_had_variable_errors) in ReportStatistics()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h124 bool debug_info_had_variable_errors = false; member