Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp223 auto Fragment = ExprCursor.getFragmentInfo(); in addMachineRegExpression()
230 auto Op = ExprCursor.peek(); in addMachineRegExpression()
275 ExprCursor.take(); in addMachineRegExpression()
282 auto N = ExprCursor.peekNext(); in addMachineRegExpression()
287 ExprCursor.consume(2); in addMachineRegExpression()
300 static bool isMemoryLocation(DIExpressionCursor ExprCursor) { in isMemoryLocation() argument
301 while (ExprCursor) { in isMemoryLocation()
302 auto Op = ExprCursor.take(); in isMemoryLocation()
318 auto N = ExprCursor.peek(); in addExpression()
322 while (ExprCursor) { in addExpression()
[all …]
H A DDwarfDebug.cpp1905 DIExpressionCursor ExprCursor(DIExpr); in emitDebugLocValue() local
1927 DwarfExpr.addExpression(std::move(ExprCursor)); in emitDebugLocValue()