Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfExpression.cpp219 DIExpressionCursor &ExprCursor, in addMachineRegExpression() argument
222 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() argument
319 auto Op = ExprCursor.take(); in beginEntryValueExpression()
[all …]
HDDwarfExpression.h324 void beginEntryValueExpression(DIExpressionCursor &ExprCursor);
HDDwarfDebug.cpp2231 DIExpressionCursor ExprCursor(DIExpr); in emitDebugLocValue() local
2264 DwarfExpr.addExpression(std::move(ExprCursor)); in emitDebugLocValue()