Searched refs:ExprCursor (Results 1 – 3 of 3) sorted by relevance
219 DIExpressionCursor &ExprCursor, in addMachineRegExpression() argument222 auto Fragment = ExprCursor.getFragmentInfo(); in addMachineRegExpression()229 auto Op = ExprCursor.peek(); in addMachineRegExpression()267 if (any_of(ExprCursor, [](DIExpression::ExprOperand Op) -> bool { in addMachineRegExpression()288 ExprCursor.take(); in addMachineRegExpression()298 auto N = ExprCursor.peekNext(); in addMachineRegExpression()301 ExprCursor.consume(2); in addMachineRegExpression()305 ExprCursor.consume(2); in addMachineRegExpression()318 DIExpressionCursor &ExprCursor) { in beginEntryValueExpression() argument319 auto Op = ExprCursor.take(); in beginEntryValueExpression()[all …]
324 void beginEntryValueExpression(DIExpressionCursor &ExprCursor);
2231 DIExpressionCursor ExprCursor(DIExpr); in emitDebugLocValue() local2264 DwarfExpr.addExpression(std::move(ExprCursor)); in emitDebugLocValue()