Home
last modified time | relevance | path

Searched refs:default_is_stmt (Results 1 – 9 of 9) 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/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugLine.h61 default_is_stmt(0), in Prologue()
77 uint8_t default_is_stmt;// The initial value of theis_stmtregister. member
112 Row(bool default_is_stmt = false);
144 void Reset(bool default_is_stmt);
DDWARFDebugLine.cpp207 Row row(prologue.default_is_stmt); in DumpStatementOpcodes()
233 row.Reset(prologue.default_is_stmt); in DumpStatementOpcodes()
421 prologue->default_is_stmt = debug_line_data.GetU8(offset_ptr); in ParsePrologue()
901 log->Printf( "default_is_stmt: %u", default_is_stmt); in Dump()
1076 DWARFDebugLine::Row::Row(bool default_is_stmt) : in Row() argument
1081 is_stmt(default_is_stmt), in Row()
1106 DWARFDebugLine::Row::Reset(bool default_is_stmt) in Reset() argument
1112 is_stmt = default_is_stmt; in Reset()
1201 Row (p->default_is_stmt), in State()
1219 Row::Reset(prologue->default_is_stmt); in Reset()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h86 explicit Row(bool default_is_stmt = false);
90 void reset(bool default_is_stmt);
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp125 DWARFDebugLine::Row::Row(bool default_is_stmt) { in Row() argument
126 reset(default_is_stmt); in Row()
135 void DWARFDebugLine::Row::reset(bool default_is_stmt) { in reset() argument
142 IsStmt = default_is_stmt; in reset()
/external/elfutils/src/libdw/
Ddwarf_getsrclines.c153 uint_fast8_t default_is_stmt = *linep++; in read_srclines() local
307 uint_fast8_t is_stmt = default_is_stmt; in read_srclines()
439 is_stmt = default_is_stmt; in read_srclines()
/external/elfutils/src/src/
Dreadelf.c6432 uint_fast8_t default_is_stmt = *linep++; in print_debug_line_section() local
6459 "is_stmt", default_is_stmt, line_base, in print_debug_line_section()
6544 uint_fast8_t is_stmt = default_is_stmt; in print_debug_line_section()
6663 is_stmt = default_is_stmt; in print_debug_line_section()