Searched defs:is_stmt (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
H A Ddwarf2-dbgfmt.h76 } is_stmt; member in struct:dwarf2_loc
H A Ddwarf2-line.c91 /* Initial value of is_stmt register */
105 int is_stmt; member in struct:dwarf2_line_state
386 if (state->is_stmt == 0 && loc->is_stmt == IS_STMT_SET) {
387 state->is_stmt = 1;
389 } else if (state->is_stmt == 1 && loc->is_stmt == IS_STMT_CLEAR) {
390 state->is_stmt = 0;
609 state.is_stmt = DWARF2_LINE_DEFAULT_IS_STMT;
624 bcinfo.loc.is_stmt
[all...]
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugLine.h118 is_stmt(rhs.is_stmt),
134 is_stmt = rhs.is_stmt;
153 uint8_t is_stmt:1, // A boolean indicating that the current instruction is the beginning of a statement. member in struct:DWARFDebugLine::Row
/external/elfutils/0.153/libdw/
H A Ddwarf_getsrclines.c181 /* Then the flag determining the default value of the is_stmt
331 uint_fast8_t is_stmt = default_is_stmt; local
378 SET (is_stmt);
457 is_stmt = default_is_stmt;
602 is_stmt = 1 - is_stmt;
H A DlibdwP.h250 unsigned int is_stmt:1; member in struct:Dwarf_Line_s
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf.c204 Int is_stmt; member in struct:__anon32464
284 void reset_state_machine ( Int is_stmt )
294 state_machine_regs.is_stmt = is_stmt;
329 DiCursor* data, Int is_stmt)
350 if (state_machine_regs.is_stmt) {
369 reset_state_machine (is_stmt);
536 VG_(printf)(" Initial value of 'is_stmt': %d\n",
542 DWARF2 line info code: It sets "is_stmt" of the state machine in
552 ignore "is_stmt" whe
325 process_extended_line_op( struct _DebugInfo* di, WordArray* filenames, WordArray* dirnames, WordArray* fnidx2dir, DiCursor* data, Int is_stmt) argument
[all...]
/external/elfutils/0.153/src/
H A Dreadelf.c6048 /* Then the flag determining the default value of the is_stmt
6077 "is_stmt", default_is_stmt, line_base,
6156 uint_fast8_t is_stmt = default_is_stmt; local
6264 is_stmt = default_is_stmt;
6376 is_stmt = 1 - is_stmt;
6378 "is_stmt", is_stmt);

Completed in 301 milliseconds