reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/CodeGen/AsmPrinter/DwarfExpression.h
  331   void addExpression(DIExpressionCursor &&Expr,

References

lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  274     DwarfExpr->addExpression(Expr);
  620         DwarfExpr.addExpression(Expr);
  671     DwarfExpr.addExpression(std::move(Cursor));
 1184   DwarfExpr.addExpression(std::move(Cursor));
 1214   DwarfExpr.addExpression(std::move(Cursor));
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 2210     return DwarfExpr.addExpression(std::move(Cursor));
 2215   DwarfExpr.addExpression(std::move(ExprCursor));