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

/openbsd-current/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-current/gnu/llvm/lldb/source/Expression/
H A DDWARFExpressionList.cpp115 bool DWARFExpressionList::MatchesOperand( function in class:DWARFExpressionList
139 return expr->MatchesOperand(frame, operand);
H A DDWARFExpression.cpp2658 bool DWARFExpression::MatchesOperand(
2681 return fb_expr->MatchesOperand(frame, child);
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp1531 if (var_sp->LocationExpressionList().MatchesOperand(frame, op))

Completed in 122 milliseconds