Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStatistics.cpp67 debug_info_had_variable_errors); in ToJSON()
262 module_stat.debug_info_had_variable_errors = in ReportStatistics()
268 if (module_stat.debug_info_had_variable_errors) in ReportStatistics()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DStatistics.h124 bool debug_info_had_variable_errors = false; member