Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DSymbolFile.h500 return m_debug_info_had_variable_errors; in GetDebugInfoHadFrameVariableErrors()
503 m_debug_info_had_variable_errors = true; in SetDebugInfoHadFrameVariableErrors()
554 bool m_debug_info_had_variable_errors = false; variable