reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Expression/DWARFExpression.h
  249   bool MatchesOperand(StackFrame &frame, const Instruction::Operand &op);

References

tools/lldb/source/Expression/DWARFExpression.cpp
 3003       return fb_expr->MatchesOperand(frame, child);
tools/lldb/source/Target/StackFrame.cpp
 1534     if (var_sp->LocationExpression().MatchesOperand(frame, op)) {