Home | History | Annotate | Download | only in DebugInfo

Lines Matching refs:Row

85   struct Row {
86 explicit Row(bool default_is_stmt = false);
88 /// Called after a row is appended to the matrix.
93 static bool orderByAddress(const Row& LHS, const Row& RHS) {
166 void appendRow(const DWARFDebugLine::Row &R) {
173 // Returns the index of the row with file/line info for a given address,
174 // or -1 if there is no such row.
194 typedef std::vector<Row> RowVector;
215 // The row number that starts at zero for the prologue, and increases for
216 // each row added to the matrix.
218 struct Row Row;