HomeSort by relevance Sort by last modified time
    Searched refs:is_stmt (Results 1 - 12 of 12) sorted by null

  /external/elfutils/0.153/libdw/
dwarf_linebeginstatement.c 64 *flagp = line->is_stmt;
dwarf_getsrclines.c 181 /* 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;
libdwP.h 250 unsigned int is_stmt:1; member in struct:Dwarf_Line_s
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugLine.h 118 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
DWARFDebugLine.cpp 304 row.is_stmt = !row.is_stmt;
722 // Takes no arguments. Set the is_stmt register of the state
724 state.is_stmt = !state.is_stmt;
    [all...]
SymbolFileDWARF.cpp     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-dbgfmt.h 76 } is_stmt; member in struct:dwarf2_loc
dwarf2-line.c 91 /* 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 = IS_STMT_NOCHANGE
    [all...]
  /external/llvm/test/MC/ELF/
discriminator.s 61 # DWARF-DUMP: 0x0001021300000000 1 0 1 0 1 is_stmt
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
debug.h 67 int discriminator, bool is_stmt);
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c 204 Int is_stmt; member in struct:__anon16155
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" when recording line info ;-) That's the reaso
    [all...]
  /external/elfutils/0.153/src/
readelf.c 6156 uint_fast8_t is_stmt = default_is_stmt; local
    [all...]

Completed in 246 milliseconds