Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h215 bool GetDebugInfoHadFrameVariableErrors() const override { in GetDebugInfoHadFrameVariableErrors() function
216 return m_sym_file_impl->GetDebugInfoHadFrameVariableErrors(); in GetDebugInfoHadFrameVariableErrors()
H A DSymbolFile.h436 virtual bool GetDebugInfoHadFrameVariableErrors() const = 0;
551 bool GetDebugInfoHadFrameVariableErrors() const override { in GetDebugInfoHadFrameVariableErrors() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp263 sym_file->GetDebugInfoHadFrameVariableErrors(); in ReportStatistics()