Home
last modified time | relevance | path

Searched refs:end_sequence (Results 1 – 25 of 41) sorted by relevance

12

/external/elfutils/tests/
Dnext-lines.c113 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()
Dget-lines.c135 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/
Dcustom-line-table.test23 # CHECK: 0x0000000000001046 20 3 {{.*}} end_sequence
30 # CHECK: 0x0000000000002015 15 3 {{.*}} end_sequence
38 # CHECK: 0x000000000000301c 12 1 {{.*}} is_stmt end_sequence
Dbasic-linking-x86.test163 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
Dbasic-lto-dw4-linking-x86.test149 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/
Dcustom-line-table.test23 # CHECK: 0x0000000000001046 20 3 {{.*}} end_sequence
30 # CHECK: 0x0000000000002015 15 3 {{.*}} end_sequence
38 # CHECK: 0x000000000000301c 12 1 {{.*}} is_stmt end_sequence
Dbasic-linking-x86.test164 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
Dbasic-lto-linking-x86.test162 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
Dbasic-lto-dw4-linking-x86.test150 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/
Dline_state_machine.h46 end_sequence = false; in Reset()
55 bool end_sequence; member
/external/elfutils/libdw/
Ddwarf_getsrc_die.c62 assert (lines->info[nlines - 1].end_sequence); in dwarf_getsrc_die()
68 if (! line->end_sequence && line->addr <= addr) in dwarf_getsrc_die()
Ddwarf_entry_breakpoints.c79 else if (lines->info[idx].end_sequence) in search_range()
96 if (!lines->info[l].end_sequence) in search_range()
Ddwarf_getsrclines.c71 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()
Ddwarf_lineendsequence.c43 *flagp = line->end_sequence; in dwarf_lineendsequence()
/external/elfutils/libdwfl/
Ddwfl_module_getsrc.c54 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/
Ddebug_line_offset.test10 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
Ddebug-line-dw-lne-end-sequence.s10 … 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
Dverbose.test29 …CK-NEXT: 0x0000000000000008 1 12 1 0 0 is_stmt end_sequence
Ddebug-line-dw-lns-copy.s8 # CHECK-NEXT: 0x0000000000000001 2 0 1 0 0 is_stmt end_sequence
/external/llvm/test/DebugInfo/
Ddwarfdump-64-bit-dwarf.test15 CHECK: is_stmt end_sequence
/external/llvm-project/llvm/test/MC/AsmParser/
Ddirective_loc_2.s25 # CHECK: 0x{{0+}}5 10 0 1 0 0 is_stmt end_sequence
Ddirective_file-g.s24 # CHECK: 0x{{0+}}1 1 1 1 0 0 is_stmt end_sequence
/external/llvm-project/llvm/test/MC/ELF/
Ddwarf-loc0.s20 # CHECK-NEXT: 0x{{[0-9a-f]+}} 20 0 1 {{.*}} end_sequence
/external/llvm-project/llvm/test/DebugInfo/Mips/
Ddelay-slot.ll20 ; CHECK: 0x0000000000000050 5 0 1 0 0 is_stmt end_sequence
/external/llvm-project/llvm/test/DebugInfo/X86/
Ddwarfdump-line-only.s108 # CHECK: 0x0000000000000000 {{.*}} is_stmt end_sequence

12