Home
last modified time | relevance | path

Searched refs:default_is_stmt (Results 1 – 8 of 8) sorted by relevance

/external/google-breakpad/src/common/dwarf/
Dline_state_machine.h39 void Reset(bool default_is_stmt) { in Reset()
44 is_stmt = default_is_stmt; in Reset()
Ddwarf2reader.h72 bool default_is_stmt; // stmt stands for statement member
Ddwarf2reader.cc557 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()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h94 explicit Row(bool default_is_stmt = false);
98 void reset(bool default_is_stmt);
/external/llvm/test/DebugInfo/
Ddwarfdump-64-bit-dwarf.test11 CHECK:default_is_stmt: 1
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp134 DWARFDebugLine::Row::Row(bool default_is_stmt) { in Row() argument
135 reset(default_is_stmt); in Row()
144 void DWARFDebugLine::Row::reset(bool default_is_stmt) { in reset() argument
151 IsStmt = default_is_stmt; in reset()
/external/elfutils/libdw/
Ddwarf_getsrclines.c262 uint_fast8_t default_is_stmt = *linep++; in read_srclines() local
409 state.is_stmt = default_is_stmt; in read_srclines()
498 state.is_stmt = default_is_stmt; in read_srclines()
/external/elfutils/src/
Dreadelf.c6538 uint_fast8_t default_is_stmt = *linep++; in print_debug_line_section() local
6565 "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()