Searched defs:default_is_stmt (Results 1 - 6 of 6) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugLine.h61 default_is_stmt(0),
77 uint8_t default_is_stmt;// The initial value of theis_stmtregister. member in struct:DWARFDebugLine::Prologue
112 Row(bool default_is_stmt = false);
144 void Reset(bool default_is_stmt);
H A DDWARFDebugLine.cpp207 Row row(prologue.default_is_stmt);
233 row.Reset(prologue.default_is_stmt);
421 prologue->default_is_stmt = debug_line_data.GetU8(offset_ptr);
901 log->Printf( "default_is_stmt: %u", default_is_stmt);
951 // buff.Append8(default_is_stmt);
1076 DWARFDebugLine::Row::Row(bool default_is_stmt) : argument
1081 is_stmt(default_is_stmt),
1106 DWARFDebugLine::Row::Reset(bool default_is_stmt) argument
1112 is_stmt = default_is_stmt;
[all...]
/external/elfutils/0.153/libdw/
H A Ddwarf_getsrclines.c183 uint_fast8_t default_is_stmt = *linep++; local
331 uint_fast8_t is_stmt = default_is_stmt;
457 is_stmt = default_is_stmt;
/external/llvm/lib/DebugInfo/
H A DDWARFDebugLine.cpp40 << format(" default_is_stmt: %u\n", DefaultIsStmt)
125 DWARFDebugLine::Row::Row(bool default_is_stmt) { argument
126 reset(default_is_stmt);
135 void DWARFDebugLine::Row::reset(bool default_is_stmt) { argument
142 IsStmt = default_is_stmt;
/external/oprofile/opjitconv/
H A Ddebug_line.c96 ubyte default_is_stmt; member in struct:debug_line_header
318 * is_stmt = default_is_stmt as given in the debug_line_header
/external/elfutils/0.153/src/
H A Dreadelf.c6050 uint_fast8_t default_is_stmt = *linep++; local
6077 "is_stmt", default_is_stmt, line_base, local
6156 uint_fast8_t is_stmt = default_is_stmt;
6264 is_stmt = default_is_stmt;

Completed in 1135 milliseconds