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

References

lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 2188   DwarfExpr.addFragmentOffset(DIExpr);
 2193       DwarfExpr.addSignedConstant(Value.getInt());
 2195       DwarfExpr.addUnsignedConstant(Value.getInt());
 2199       DwarfExpr.setMemoryLocationKind();
 2203       DwarfExpr.setEntryValueFlag();
 2204       DwarfExpr.beginEntryValueExpression(Cursor);
 2208     if (!DwarfExpr.addMachineRegExpression(TRI, Cursor, Location.getReg()))
 2210     return DwarfExpr.addExpression(std::move(Cursor));
 2213     DwarfExpr.addUnsignedConstant(RawBytes);
 2215   DwarfExpr.addExpression(std::move(ExprCursor));