Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp251 DIExpressionCursor &ExprCursor, in addMachineRegExpression() argument
254 auto Fragment = ExprCursor.getFragmentInfo(); in addMachineRegExpression()
261 auto Op = ExprCursor.peek(); in addMachineRegExpression()
307 auto NextOp = ExprCursor.peek(); in addMachineRegExpression()
316 if (any_of(ExprCursor, [](DIExpression::ExprOperand Op) -> bool { in addMachineRegExpression()
337 ExprCursor.take(); in addMachineRegExpression()
347 auto N = ExprCursor.peekNext(); in addMachineRegExpression()
350 ExprCursor.consume(2); in addMachineRegExpression()
354 ExprCursor.consume(2); in addMachineRegExpression()
366 auto NextOp = ExprCursor.peek(); in addMachineRegExpression()
[all …]
H A DDwarfExpression.h337 void beginEntryValueExpression(DIExpressionCursor &ExprCursor);
H A DDwarfDebug.cpp2489 DIExpressionCursor ExprCursor(DIExpr); in emitDebugLocValue() local
2502 DwarfExpr.beginEntryValueExpression(ExprCursor); in emitDebugLocValue()
2505 if (!DwarfExpr.addMachineRegExpression(TRI, ExprCursor, Location.getReg())) in emitDebugLocValue()
2507 return DwarfExpr.addExpression(std::move(ExprCursor)); in emitDebugLocValue()
2559 if (!EmitValueLocEntry(Value.getLocEntries()[0], ExprCursor)) in emitDebugLocValue()
2561 DwarfExpr.addExpression(std::move(ExprCursor)); in emitDebugLocValue()
2573 std::move(ExprCursor), in emitDebugLocValue()