Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h223 bool GetDebugInfoHadFrameVariableErrors() const override { in GetDebugInfoHadFrameVariableErrors() function
224 return m_sym_file_impl->GetDebugInfoHadFrameVariableErrors(); in GetDebugInfoHadFrameVariableErrors()
H A DSymbolFile.h412 virtual bool GetDebugInfoHadFrameVariableErrors() const = 0;
499 bool GetDebugInfoHadFrameVariableErrors() const override { in GetDebugInfoHadFrameVariableErrors() function
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStatistics.cpp263 sym_file->GetDebugInfoHadFrameVariableErrors(); in ReportStatistics()