Searched refs:default_is_stmt (Results 1 – 8 of 8) sorted by relevance
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()
94 explicit Row(bool default_is_stmt = false);98 void reset(bool default_is_stmt);
11 CHECK:default_is_stmt: 1
134 DWARFDebugLine::Row::Row(bool default_is_stmt) { in Row() argument135 reset(default_is_stmt); in Row()144 void DWARFDebugLine::Row::reset(bool default_is_stmt) { in reset() argument151 IsStmt = default_is_stmt; in reset()
262 uint_fast8_t default_is_stmt = *linep++; in read_srclines() local409 state.is_stmt = default_is_stmt; in read_srclines()498 state.is_stmt = default_is_stmt; in read_srclines()
6538 uint_fast8_t default_is_stmt = *linep++; in print_debug_line_section() local6565 "is_stmt", default_is_stmt, line_base, in print_debug_line_section()6650 uint_fast8_t is_stmt = default_is_stmt; in print_debug_line_section()6769 is_stmt = default_is_stmt; in print_debug_line_section()