Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFile.h560 return m_debug_info_had_variable_errors; in GetDebugInfoHadFrameVariableErrors()
563 m_debug_info_had_variable_errors = true; in SetDebugInfoHadFrameVariableErrors()
614 bool m_debug_info_had_variable_errors = false; variable