/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass32/ |
D | dwarf32-err.asm | 14 .loc 1 2 is_stmt 15 .loc 1 2 is_stmt 1 16 #.loc 1 2 is_stmt="foo" 17 .loc 1 2 is_stmt "foo" 18 #.loc 1 2 is_stmt=bar 19 .loc 1 2 is_stmt bar 20 .loc 1 2 is_stmt (bar) 21 #.loc 1 2 is_stmt=2 22 .loc 1 2 is_stmt 2
|
D | dwarf32-err.errwarn | 11 -:14: error: is_stmt requires value 12 -:17: error: is_stmt value is not a constant 13 -:19: error: is_stmt value is not a constant 14 -:20: error: is_stmt value is not a constant 15 -:22: error: is_stmt value not 0 or 1
|
/external/llvm/test/DebugInfo/Mips/ |
D | delay-slot.ll | 15 ; CHECK: 0x0000000000000000 1 0 1 0 0 is_stmt 16 ; CHECK: 0x0000000000000000 1 0 1 0 0 is_stmt prologue_end 17 ; CHECK: 0x0000000000000008 2 0 1 0 0 is_stmt 18 ; CHECK: 0x0000000000000020 3 0 1 0 0 is_stmt 19 ; CHECK: 0x0000000000000030 4 0 1 0 0 is_stmt 20 ; CHECK: 0x0000000000000040 5 0 1 0 0 is_stmt 21 ; CHECK: 0x0000000000000050 5 0 1 0 0 is_stmt end_sequence
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFDebugLine.h | 118 is_stmt(rhs.is_stmt), in Row() 134 is_stmt = rhs.is_stmt; 153 …uint8_t is_stmt:1, // A boolean indicating that the current instruction is the beginning … member
|
D | DWARFDebugLine.cpp | 304 row.is_stmt = !row.is_stmt; in DumpStatementOpcodes() 724 state.is_stmt = !state.is_stmt; in ParseStatementTable() 1081 is_stmt(default_is_stmt), in Row() 1112 is_stmt = default_is_stmt; in Reset() 1131 is_stmt ? " is_stmt" : "", in Dump()
|
D | SymbolFileDWARF.cpp | 1222 state.is_stmt, in ParseDWARFLineTableCallback()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/ |
D | dwarf2-line.c | 105 int is_stmt; member 386 if (state->is_stmt == 0 && loc->is_stmt == IS_STMT_SET) { in dwarf2_dbgfmt_gen_line_op() 387 state->is_stmt = 1; in dwarf2_dbgfmt_gen_line_op() 389 } else if (state->is_stmt == 1 && loc->is_stmt == IS_STMT_CLEAR) { in dwarf2_dbgfmt_gen_line_op() 390 state->is_stmt = 0; in dwarf2_dbgfmt_gen_line_op() 609 state.is_stmt = DWARF2_LINE_DEFAULT_IS_STMT; in dwarf2_generate_line_section() 624 bcinfo.loc.is_stmt = IS_STMT_NOCHANGE; in dwarf2_generate_line_section() 965 loc->is_stmt = IS_STMT_NOCHANGE; in yasm_dwarf2__dir_loc() 1005 loc->is_stmt = IS_STMT_SET; in yasm_dwarf2__dir_loc() 1007 loc->is_stmt = IS_STMT_CLEAR; in yasm_dwarf2__dir_loc()
|
D | dwarf2-dbgfmt.h | 76 } is_stmt; member
|
/external/llvm/test/DebugInfo/ |
D | unconditional-branch.ll | 7 ; CHECK: {{0x[0-9a-f]+}} 1 0 1 0 0 is_stmt 8 ; CHECK: {{0x[0-9a-f]+}} 2 0 1 0 0 is_stmt 9 ; CHECK: {{0x[0-9a-f]+}} 4 0 1 0 0 is_stmt
|
/external/llvm/test/DebugInfo/X86/ |
D | pr13303.ll | 5 ; Check that the prologue ends with is_stmt here. 6 ; CHECK: 0x0000000000000000 {{.*}} is_stmt
|
D | ending-run.ll | 7 ; CHECK-NOT: 0x0000000000000000 7 0 1 0 0 is_stmt 9 ; CHECK: 0x0000000000000004 8 18 1 0 0 is_stmt prologue_end
|
D | discriminator.ll | 63 ; CHECK: 0x0000000000000011 2 0 1 0 42 is_stmt
|
D | line-info.ll | 5 ; CHECK: [[FILEID]] 0 1 0 0 is_stmt{{$}}
|
/external/elfutils/0.153/libdw/ |
D | dwarf_getsrclines.c | 331 uint_fast8_t is_stmt = default_is_stmt; in dwarf_getsrclines() local 378 SET (is_stmt); in dwarf_getsrclines() 457 is_stmt = default_is_stmt; in dwarf_getsrclines() 602 is_stmt = 1 - is_stmt; in dwarf_getsrclines()
|
D | dwarf_linebeginstatement.c | 64 *flagp = line->is_stmt; in dwarf_linebeginstatement()
|
D | libdwP.h | 250 unsigned int is_stmt:1; member
|
/external/llvm/test/MC/ELF/ |
D | discriminator.s | 61 # DWARF-DUMP: 0x0001021300000000 1 0 1 0 1 is_stmt
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | readdwarf.c | 204 Int is_stmt; member 284 void reset_state_machine ( Int is_stmt ) in reset_state_machine() argument 294 state_machine_regs.is_stmt = is_stmt; in reset_state_machine() 329 DiCursor* data, Int is_stmt) in process_extended_line_op() argument 350 if (state_machine_regs.is_stmt) { in process_extended_line_op() 369 reset_state_machine (is_stmt); in process_extended_line_op() 720 if (state_machine_regs.is_stmt) { in read_dwarf2_lineblock() 758 if (state_machine_regs.is_stmt) { in read_dwarf2_lineblock() 820 Int adv = state_machine_regs.is_stmt; in read_dwarf2_lineblock() 822 state_machine_regs.is_stmt = adv; in read_dwarf2_lineblock()
|
/external/elfutils/0.153/src/ |
D | readelf.c | 6156 uint_fast8_t is_stmt = default_is_stmt; in print_debug_line_section() local 6264 is_stmt = default_is_stmt; in print_debug_line_section() 6376 is_stmt = 1 - is_stmt; in print_debug_line_section() 6378 "is_stmt", is_stmt); in print_debug_line_section()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/po/ |
D | yasm.pot | 1259 msgid "is_stmt value is not a constant" 1263 msgid "is_stmt value not 0 or 1"
|