Home
last modified time | relevance | path

Searched refs:DW_LNE_end_sequence (Results 1 – 20 of 20) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugLineTest.cpp74 LT.addExtendedOpcode(1, DW_LNE_end_sequence, {}); in setupParser()
81 LT2.addExtendedOpcode(1, DW_LNE_end_sequence, {}); in setupParser()
234 LT.addExtendedOpcode(1, DW_LNE_end_sequence, {}); in TEST_P()
240 LT2.addExtendedOpcode(1, DW_LNE_end_sequence, {}); in TEST_P()
244 LT2.addExtendedOpcode(1, DW_LNE_end_sequence, {}); in TEST_P()
420 LT.addExtendedOpcode(2, DW_LNE_end_sequence, {}); in TEST_F()
437 LT.addExtendedOpcode(1, DW_LNE_end_sequence, {}); in TEST_F()
454 LT.addExtendedOpcode(1, DW_LNE_end_sequence, {}); in TEST_F()
601 LT.addExtendedOpcode(0x42, DW_LNE_end_sequence, {}); in TEST_F()
657 LT.addExtendedOpcode(42, DW_LNE_end_sequence, {}); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/Inputs/
Ddebug_line_malformed.s26 .byte 0, 1, 1 # DW_LNE_end_sequence
132 .byte 0, 2, 1 # DW_LNE_end_sequence (wrong length)
135 .byte 0, 1, 1 # DW_LNE_end_sequence (wrong length)
189 .byte 0, 1, 1 # DW_LNE_end_sequence
Ddebug_line_reserved_length.s26 .byte 0, 1, 1 # DW_LNE_end_sequence
56 .byte 0, 1, 1 # DW_LNE_end_sequence
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/
Dverbose.test22 # CHECK: 00 DW_LNE_end_sequence
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Ddwarfdump-line-only.s78 .byte 1 # DW_LNE_end_sequence
Ddwarfdump-bogus-LNE.s95 .byte 1 # DW_LNE_end_sequence
/external/google-breakpad/src/common/dwarf/
Ddwarf2enums.h298 DW_LNE_end_sequence = 1, enumerator
Ddwarf2reader.cc744 case DW_LNE_end_sequence: { in ProcessOneOpcode()
/external/llvm/include/llvm/Support/
DDwarf.h437 DW_LNE_end_sequence = 0x01, enumerator
/external/llvm/lib/Support/
DDwarf.cpp452 case DW_LNE_end_sequence: return "DW_LNE_end_sequence"; in LNExtendedString()
/external/elfutils/libdw/
Ddwarf.h841 DW_LNE_end_sequence = 1, enumerator
Dknown-dwarf.h337 DWARF_ONE_KNOWN_DW_LNE (end_sequence, DW_LNE_end_sequence) \
Ddwarf_getsrclines.c739 case DW_LNE_end_sequence: in read_srclines()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp255 case dwarf::DW_LNE_end_sequence: in EmitDebugLine()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp305 case dwarf::DW_LNE_end_sequence: in dumpDebugLines()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp276 case DW_LNE_end_sequence: in parse()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCDwarf.cpp676 OS << char(dwarf::DW_LNE_end_sequence); in Encode()
777 OS << char(dwarf::DW_LNE_end_sequence); in FixedEncode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp547 case DW_LNE_end_sequence: in parse()
/external/llvm/lib/MC/
DMCDwarf.cpp446 OS << char(dwarf::DW_LNE_end_sequence); in Encode()
/external/elfutils/src/
Dreadelf.c8774 case DW_LNE_end_sequence: in print_debug_line_section()