Searched refs:default_is_stmt (Results 1 - 9 of 9) sorted by relevance

/external/google-breakpad/src/common/dwarf/
H A Dline_state_machine.h39 void Reset(bool default_is_stmt) { argument
44 is_stmt = default_is_stmt;
H A Ddwarf2reader.h72 bool default_is_stmt; // stmt stands for statement member in struct:dwarf2reader::LineInfoHeader
H A Ddwarf2reader.cc557 header_.default_is_stmt = reader_->ReadOneByte(lineptr);
817 lsm.Reset(header_.default_is_stmt);
839 lsm.Reset(header_.default_is_stmt);
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
H A DDWARFDebugLine.h86 Row(bool default_is_stmt = false) { reset(default_is_stmt); }
89 void reset(bool default_is_stmt);
H A DDWARFDebugLine.cpp24 << format("default_is_stmt: %u\n", DefaultIsStmt)
57 void DWARFDebugLine::Row::reset(bool default_is_stmt) { argument
63 IsStmt = default_is_stmt;
/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h94 explicit Row(bool default_is_stmt = false);
98 void reset(bool default_is_stmt);
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp39 << format(" default_is_stmt: %u\n", DefaultIsStmt)
132 DWARFDebugLine::Row::Row(bool default_is_stmt) { reset(default_is_stmt); } argument
140 void DWARFDebugLine::Row::reset(bool default_is_stmt) { argument
147 IsStmt = default_is_stmt;
/external/elfutils/libdw/
H A Ddwarf_getsrclines.c262 uint_fast8_t default_is_stmt = *linep++; local
409 state.is_stmt = default_is_stmt;
498 state.is_stmt = default_is_stmt;
/external/elfutils/src/
H A Dreadelf.c6538 uint_fast8_t default_is_stmt = *linep++; local
6565 "is_stmt", default_is_stmt, line_base, local
6650 uint_fast8_t is_stmt = default_is_stmt;
6769 is_stmt = default_is_stmt;

Completed in 653 milliseconds