Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp2326 bool DWARFExpression::MatchesOperand( in MatchesOperand() function in DWARFExpression
2349 return fb_expr->MatchesOperand(frame, child); in MatchesOperand()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpression.h153 bool MatchesOperand(StackFrame &frame, const Instruction::Operand &op) const;
H A DDWARFExpressionList.h86 bool MatchesOperand(StackFrame &frame,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1516 if (var_sp->LocationExpressionList().MatchesOperand(frame, op)) in DoGuessValueAt()