Searched refs:default_is_stmt (Results 1 – 11 of 11) sorted by relevance
11 CHECK:default_is_stmt: 121 CHECK:default_is_stmt: 131 CHECK:default_is_stmt: 141 CHECK:default_is_stmt: 1
39 void Reset(bool default_is_stmt) { in Reset()44 is_stmt = default_is_stmt; in Reset()
72 bool default_is_stmt; // stmt stands for statement member
557 header_.default_is_stmt = reader_->ReadOneByte(lineptr); in ReadHeader()817 lsm.Reset(header_.default_is_stmt); in ReadLines()839 lsm.Reset(header_.default_is_stmt); in ReadLines()
86 Row(bool default_is_stmt = false) { reset(default_is_stmt); }89 void reset(bool default_is_stmt);
57 void DWARFDebugLine::Row::reset(bool default_is_stmt) { in reset() argument63 IsStmt = default_is_stmt; in reset()
94 explicit Row(bool default_is_stmt = false);98 void reset(bool default_is_stmt);
132 DWARFDebugLine::Row::Row(bool default_is_stmt) { reset(default_is_stmt); } in Row() argument140 void DWARFDebugLine::Row::reset(bool default_is_stmt) { in reset() argument147 IsStmt = default_is_stmt; in reset()
11 CHECK:default_is_stmt: 1
276 uint_fast8_t default_is_stmt = *linep++; in read_srclines() local661 state.is_stmt = default_is_stmt; in read_srclines()750 state.is_stmt = default_is_stmt; in read_srclines()
8303 uint_fast8_t default_is_stmt = *linep++; in print_debug_line_section() local8332 default_is_stmt, line_base, in print_debug_line_section()8568 uint_fast8_t is_stmt = default_is_stmt; in print_debug_line_section()8657 is_stmt = default_is_stmt; in print_debug_line_section()