Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2759 DWARFExpression *fb_expr = frame.GetFrameBaseExpression(nullptr); in MatchesOperand() local
2760 if (!fb_expr) { in MatchesOperand()
2764 auto recurse = [&frame, fb_expr](const Instruction::Operand &child) { in MatchesOperand()
2765 return fb_expr->MatchesOperand(frame, child); in MatchesOperand()