Home | History | Annotate | Download | only in DWARF

Lines Matching refs:Row

106     struct Row
108 typedef std::vector<Row> collection;
112 Row(bool default_is_stmt = false);
113 Row(const Row& rhs) :
125 Row& operator =(const Row& rhs)
142 virtual ~Row() {}
146 static void Insert(Row::collection& state_coll, const Row& state);
147 static void Dump(lldb_private::Log *log, const Row::collection& state_coll);
175 void AppendRow(const DWARFDebugLine::Row& state);
186 Row::collection rows;
192 struct State : public Row
196 // Special row codes used when calling the callback
221 int row; // The row number that starts at zero for the prologue, and increases for each row added to the matrix
235 // static void AppendLineTableData(const DWARFDebugLine::Prologue* prologue, const DWARFDebugLine::Row::collection& state_coll, const uint32_t addr_size, BinaryStreamBuf &debug_line_data);