Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.cpp170 bool SymbolFileDWARFDwo::GetDebugInfoHadFrameVariableErrors() const { in GetDebugInfoHadFrameVariableErrors() function in SymbolFileDWARFDwo
171 return GetBaseSymbolFile().GetDebugInfoHadFrameVariableErrors(); in GetDebugInfoHadFrameVariableErrors()
H A DSymbolFileDWARFDwo.h67 bool GetDebugInfoHadFrameVariableErrors() const override;
/freebsd/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.h444 virtual bool GetDebugInfoHadFrameVariableErrors() const = 0;
559 bool GetDebugInfoHadFrameVariableErrors() const override { in GetDebugInfoHadFrameVariableErrors() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp298 sym_file->GetDebugInfoHadFrameVariableErrors(); in ReportStatistics()