Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DStackFrame.h386 bool IsHistorical() const;
/openbsd/src/gnu/llvm/lldb/source/Target/
DStackFrame.cpp69 if (IsHistorical() && !m_cfa_is_valid) { in StackFrame()
250 if (IsHistorical()) in ChangePC()
479 if (IsHistorical()) in GetInScopeVariableList()
513 if (IsHistorical()) in GetValueForVariableExpressionPath()
1169 if (IsHistorical()) { in GetValueObjectForFrameVariable()
1205 bool StackFrame::IsHistorical() const { in IsHistorical() function in StackFrame