Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpression.h220 bool MatchesOperand(StackFrame &frame, const Instruction::Operand &op);
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2722 bool DWARFExpression::MatchesOperand(StackFrame &frame, in MatchesOperand() function in DWARFExpression
2765 return fb_expr->MatchesOperand(frame, child); in MatchesOperand()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1502 if (var_sp->LocationExpression().MatchesOperand(frame, op)) in DoGuessValueAt()