Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DDWARFExpression.h367 bool MatchesOperand(StackFrame &frame, const Instruction::Operand &op);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DDWARFExpression.cpp3331 bool DWARFExpression::MatchesOperand(StackFrame &frame, in MatchesOperand() function in DWARFExpression
3362 return fb_expr->MatchesOperand(frame, child); in MatchesOperand()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp1522 if (var_sp->LocationExpression().MatchesOperand(frame, op)) { in DoGuessValueAt()