Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DDWARFExpressionList.cpp115 bool DWARFExpressionList::MatchesOperand( in MatchesOperand() function in DWARFExpressionList
139 return expr->MatchesOperand(frame, operand); in MatchesOperand()
H A DDWARFExpression.cpp2658 bool DWARFExpression::MatchesOperand( in MatchesOperand() function in DWARFExpression
2681 return fb_expr->MatchesOperand(frame, child); in MatchesOperand()
/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
H A DDWARFExpression.h156 bool MatchesOperand(StackFrame &frame, const Instruction::Operand &op) const;
H A DDWARFExpressionList.h80 bool MatchesOperand(StackFrame &frame,
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp1531 if (var_sp->LocationExpressionList().MatchesOperand(frame, op)) in DoGuessValueAt()