/external/elfutils/tests/ |
D | next-lines.c | 113 bool end_sequence; in main() local 114 if (dwarf_lineendsequence (l, &end_sequence) != 0) in main() 115 end_sequence = false; in main() 127 is_stmt ? "yes" : "no", end_sequence ? "yes" : "no", in main()
|
D | get-lines.c | 135 bool end_sequence; in main() local 136 if (dwarf_lineendsequence (l, &end_sequence) != 0) in main() 137 end_sequence = false; in main() 149 is_stmt ? "yes" : "no", end_sequence ? "yes" : "no", in main()
|
/external/llvm-project/llvm/test/tools/dsymutil/X86/ |
D | custom-line-table.test | 23 # CHECK: 0x0000000000001046 20 3 {{.*}} end_sequence 30 # CHECK: 0x0000000000002015 15 3 {{.*}} end_sequence 38 # CHECK: 0x000000000000301c 12 1 {{.*}} is_stmt end_sequence
|
D | basic-linking-x86.test | 163 CHECK-NEXT: 0x0000000100000ec4 24 0 1 0 0 is_stmt end_sequence 172 CHECK-NEXT: 0x0000000100000f19 20 0 1 0 0 is_stmt end_sequence 175 CHECK-NEXT: 0x0000000100000f37 15 0 1 0 0 is_stmt end_sequence 187 CHECK-NEXT: 0x0000000100000f84 20 0 1 0 0 is_stmt end_sequence 190 CHECK-NEXT: 0x0000000100000fa9 12 0 1 0 0 is_stmt end_sequence
|
D | basic-lto-dw4-linking-x86.test | 149 CHECK-NEXT: 0x0000000100000f4b 27 3 1 0 0 end_sequence 165 CHECK-NEXT: 0x0000000100000f87 20 3 1 0 0 end_sequence 180 CHECK-NEXT: 0x0000000100000fb4 20 1 1 0 0 is_stmt end_sequence
|
/external/llvm/test/tools/dsymutil/X86/ |
D | custom-line-table.test | 23 # CHECK: 0x0000000000001046 20 3 {{.*}} end_sequence 30 # CHECK: 0x0000000000002015 15 3 {{.*}} end_sequence 38 # CHECK: 0x000000000000301c 12 1 {{.*}} is_stmt end_sequence
|
D | basic-linking-x86.test | 164 CHECK-NEXT: 0x0000000100000ec4 24 0 1 0 0 is_stmt end_sequence 173 CHECK-NEXT: 0x0000000100000f19 20 0 1 0 0 is_stmt end_sequence 176 CHECK-NEXT: 0x0000000100000f37 15 0 1 0 0 is_stmt end_sequence 188 CHECK-NEXT: 0x0000000100000f84 20 0 1 0 0 is_stmt end_sequence 191 CHECK-NEXT: 0x0000000100000fa9 12 0 1 0 0 is_stmt end_sequence
|
D | basic-lto-linking-x86.test | 162 CHECK-NEXT: 0x0000000100000f4b 24 0 1 0 0 is_stmt end_sequence 173 CHECK-NEXT: 0x0000000100000f89 20 0 1 0 0 is_stmt end_sequence 187 CHECK-NEXT: 0x0000000100000fb4 20 0 1 0 0 is_stmt end_sequence
|
D | basic-lto-dw4-linking-x86.test | 150 CHECK-NEXT: 0x0000000100000f4b 27 3 1 0 0 end_sequence 166 CHECK-NEXT: 0x0000000100000f87 20 3 1 0 0 end_sequence 181 CHECK-NEXT: 0x0000000100000fb4 20 1 1 0 0 is_stmt end_sequence
|
/external/google-breakpad/src/common/dwarf/ |
D | line_state_machine.h | 46 end_sequence = false; in Reset() 55 bool end_sequence; member
|
/external/elfutils/libdw/ |
D | dwarf_getsrc_die.c | 62 assert (lines->info[nlines - 1].end_sequence); in dwarf_getsrc_die() 68 if (! line->end_sequence && line->addr <= addr) in dwarf_getsrc_die()
|
D | dwarf_entry_breakpoints.c | 79 else if (lines->info[idx].end_sequence) in search_range() 96 if (!lines->info[l].end_sequence) in search_range()
|
D | dwarf_getsrclines.c | 71 if (line1->end_sequence != line2->end_sequence) in compare_lines() 72 return line2->end_sequence - line1->end_sequence; in compare_lines() 95 unsigned int end_sequence; member 137 SET (end_sequence); in add_new_line() 680 state.end_sequence = end_seq; \ in read_srclines() 1057 lines->info[state.nlinelist - 1].end_sequence = 1; in read_srclines()
|
D | dwarf_lineendsequence.c | 43 *flagp = line->end_sequence; in dwarf_lineendsequence()
|
/external/elfutils/libdwfl/ |
D | dwfl_module_getsrc.c | 54 assert(lines->info[nlines - 1].end_sequence); in dwfl_module_getsrc() 75 if (! line->end_sequence && line->addr <= addr) in dwfl_module_getsrc()
|
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/ |
D | debug_line_offset.test | 10 CHECK-A-NEXT: 0x0000000000000074 27 3 1 0 0 end_sequence 28 CHECK-B-NEXT: 0x0000000000000074 20 1 1 0 0 is_stmt end_sequence
|
D | debug-line-dw-lne-end-sequence.s | 10 … 1 0 1 0 1 is_stmt basic_block prologue_end epilogue_begin end_sequence 12 # ROWS: 0x0000000000000001 2 0 1 0 0 is_stmt end_sequence
|
D | verbose.test | 29 …CK-NEXT: 0x0000000000000008 1 12 1 0 0 is_stmt end_sequence
|
D | debug-line-dw-lns-copy.s | 8 # CHECK-NEXT: 0x0000000000000001 2 0 1 0 0 is_stmt end_sequence
|
/external/llvm/test/DebugInfo/ |
D | dwarfdump-64-bit-dwarf.test | 15 CHECK: is_stmt end_sequence
|
/external/llvm-project/llvm/test/MC/AsmParser/ |
D | directive_loc_2.s | 25 # CHECK: 0x{{0+}}5 10 0 1 0 0 is_stmt end_sequence
|
D | directive_file-g.s | 24 # CHECK: 0x{{0+}}1 1 1 1 0 0 is_stmt end_sequence
|
/external/llvm-project/llvm/test/MC/ELF/ |
D | dwarf-loc0.s | 20 # CHECK-NEXT: 0x{{[0-9a-f]+}} 20 0 1 {{.*}} end_sequence
|
/external/llvm-project/llvm/test/DebugInfo/Mips/ |
D | delay-slot.ll | 20 ; CHECK: 0x0000000000000050 5 0 1 0 0 is_stmt end_sequence
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | dwarfdump-line-only.s | 108 # CHECK: 0x0000000000000000 {{.*}} is_stmt end_sequence
|