Home
last modified time | relevance | path

Searched refs:DW_LLE_end_of_list (Results 1 – 24 of 24) sorted by relevance

/external/llvm-project/llvm/test/DebugInfo/X86/
Ddwarfdump-debug-loclists-dwarf64.s19 # CHECK-NEXT: DW_LLE_end_of_list ()
23 # CHECK-NEXT: DW_LLE_end_of_list ()
44 .byte 0 # DW_LLE_end_of_list
54 .byte 0 # DW_LLE_end_of_list
Ddwp-v5-loclists.s85 .byte 0 # DW_LLE_end_of_list
104 .byte 0 # DW_LLE_end_of_list
112 .byte 0 # DW_LLE_end_of_list
Ddwp-v2-loc.s58 ## Start the section with a number of dummy DW_LLE_end_of_list entries to check
67 .byte 0 # DW_LLE_end_of_list
Ddwarfdump-debug-loclists.test20 # CHECK-NEXT: DW_LLE_end_of_list ()
66 .byte 0 # DW_LLE_end_of_list
Dfission-ranges.ll51 ; CHECK-NEXT: DW_LLE_end_of_list ()
55 ; CHECK-NEXT: DW_LLE_end_of_list ()
59 ; CHECK-NEXT: DW_LLE_end_of_list ()
63 ; CHECK-NEXT: DW_LLE_end_of_list ()
Ddwarfdump-debug-loclists-error-cases2.s62 .byte 0 # DW_LLE_end_of_list
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLoc.cpp52 case dwarf::DW_LLE_end_of_list: in Interpret()
156 E.Kind != dwarf::DW_LLE_end_of_list) { in dumpLocationList()
226 E.Kind = dwarf::DW_LLE_end_of_list; in visitLocationList()
243 if (!Callback(E) || E.Kind == dwarf::DW_LLE_end_of_list) in visitLocationList()
264 case dwarf::DW_LLE_end_of_list: in dumpRawEntry()
286 case dwarf::DW_LLE_end_of_list: in visitLocationList()
330 E.Kind != dwarf::DW_LLE_end_of_list) { in visitLocationList()
338 Continue = F(E) && E.Kind != dwarf::DW_LLE_end_of_list; in visitLocationList()
362 case dwarf::DW_LLE_end_of_list: in dumpRawEntry()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLoc.cpp52 case dwarf::DW_LLE_end_of_list: in Interpret()
156 E.Kind != dwarf::DW_LLE_end_of_list) { in dumpLocationList()
224 E.Kind = dwarf::DW_LLE_end_of_list; in visitLocationList()
241 if (!Callback(E) || E.Kind == dwarf::DW_LLE_end_of_list) in visitLocationList()
262 case dwarf::DW_LLE_end_of_list: in dumpRawEntry()
284 case dwarf::DW_LLE_end_of_list: in visitLocationList()
328 E.Kind != dwarf::DW_LLE_end_of_list) { in visitLocationList()
336 Continue = F(E) && E.Kind != dwarf::DW_LLE_end_of_list; in visitLocationList()
360 case dwarf::DW_LLE_end_of_list: in dumpRawEntry()
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
Ddebug_loclists_startx_length.s12 # CHECK-NEXT: DW_LLE_end_of_list ()
27 .byte 0 # DW_LLE_end_of_list
Ddebug_loclists_multiple.s27 .byte 0 # DW_LLE_end_of_list
43 .byte 0 # DW_LLE_end_of_list
Ddebug_loc_dwo.s20 .byte 0 # DW_LLE_end_of_list
Ddebug_loclists.s65 # VERBOSE-NEXT: DW_LLE_end_of_list ()
156 .byte 0 # DW_LLE_end_of_list
/external/llvm-project/lldb/test/Shell/SymbolFile/DWARF/
DDW_AT_loclists_base.s41 .byte 0 # DW_LLE_end_of_list
48 .byte 0 # DW_LLE_end_of_list
Ddebug_loclists-dwo.s106 .byte 0 # DW_LLE_end_of_list
113 .byte 0 # DW_LLE_end_of_list
Ddebug_loc_and_loclists.s49 .byte 0 # DW_LLE_end_of_list
Ddebug_loc.s76 .byte 0 # DW_LLE_end_of_list
Ddwp.s124 .byte 0 # DW_LLE_end_of_list
/external/llvm-project/llvm/test/CodeGen/X86/
Ddebug-loclists.ll62 ; CHECK-NEXT: DW_LLE_end_of_list ()
69 ; CHECK-NEXT: DW_LLE_end_of_list ()
78 ; CHECK-NEXT: DW_LLE_end_of_list ()
/external/elfutils/libdw/
Ddwarf.h912 DW_LLE_end_of_list = 0x0, enumerator
Ddwarf_ranges.c274 case DW_LLE_end_of_list: in __libdw_read_begin_end_pair_inc()
/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp856 case dwarf::DW_LLE_end_of_list: in writeListEntry()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp2478 dwarf::DW_LLE_end_of_list, llvm::dwarf::LocListEncodingString, in emitLocList()
2540 Asm->emitInt8(dwarf::DW_LLE_end_of_list); in emitDebugLocDWO()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp2689 dwarf::DW_LLE_end_of_list, llvm::dwarf::LocListEncodingString, in emitLocList()
2752 Asm->emitInt8(dwarf::DW_LLE_end_of_list); in emitDebugLocDWO()
/external/elfutils/src/
Dreadelf.c9255 if (start_of_list && kind == DW_LLE_end_of_list) in print_debug_loclists_section()
9270 case DW_LLE_end_of_list: in print_debug_loclists_section()