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.cpp71 debug_info_had_variable_errors); in ToJSON()
381 module_stat.debug_info_had_variable_errors = in ReportStatistics()
387 if (module_stat.debug_info_had_variable_errors) in ReportStatistics()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h154 bool debug_info_had_variable_errors = false; member