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.cpp171 bool SymbolFileDWARFDwo::GetDebugInfoHadFrameVariableErrors() const { in GetDebugInfoHadFrameVariableErrors() function in SymbolFileDWARFDwo
172 return GetBaseSymbolFile().GetDebugInfoHadFrameVariableErrors(); in GetDebugInfoHadFrameVariableErrors()
H A DSymbolFileDWARFDwo.h67 bool GetDebugInfoHadFrameVariableErrors() const override;
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h219 bool GetDebugInfoHadFrameVariableErrors() const override { in GetDebugInfoHadFrameVariableErrors() function
220 return m_sym_file_impl->GetDebugInfoHadFrameVariableErrors(); in GetDebugInfoHadFrameVariableErrors()
H A DSymbolFile.h455 virtual bool GetDebugInfoHadFrameVariableErrors() const = 0;
583 bool GetDebugInfoHadFrameVariableErrors() const override { in GetDebugInfoHadFrameVariableErrors() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp382 sym_file->GetDebugInfoHadFrameVariableErrors(); in ReportStatistics()