Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Expression/
H A DDWARFExpression.cpp2632 DWARFExpressionList *fb_expr = frame.GetFrameBaseExpression(nullptr); in MatchesOperand() local
2633 if (!fb_expr) { in MatchesOperand()
2637 auto recurse = [&frame, fb_expr](const Instruction::Operand &child) { in MatchesOperand()
2638 return fb_expr->MatchesOperand(frame, child); in MatchesOperand()