Searched refs:IsHistorical (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h363 bool IsHistorical() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp67 if (IsHistorical() && !m_cfa_is_valid) {
219 if (IsHistorical())
464 if (IsHistorical())
498 if (IsHistorical())
1147 if (IsHistorical()) {
1176 if (IsHistorical())
1206 bool StackFrame::IsHistorical() const { function in class:StackFrame

Completed in 131 milliseconds