/external/llvm/test/DebugInfo/Generic/ |
enum.ll | 19 ; CHECK: DW_TAG_enumerator 21 ; CHECK: DW_TAG_enumerator 25 ; CHECK: DW_TAG_enumerator 33 ; CHECK: DW_TAG_enumerator 61 !5 = !DIEnumerator(name: "I", value: 0) ; [ DW_TAG_enumerator ] [I :: 0] 62 !6 = !DIEnumerator(name: "J", value: 4294967295) ; [ DW_TAG_enumerator ] [J :: 4294967295] 63 !7 = !DIEnumerator(name: "K", value: -1152921504606846976) ; [ DW_TAG_enumerator ] [K :: 17293822569102704640] 66 !10 = !DIEnumerator(name: "X", value: 0) ; [ DW_TAG_enumerator ] [X :: 0]
|
enum-types.ll | 56 !5 = !DIEnumerator(name: "EA_0", value: 0) ; [ DW_TAG_enumerator ] [EA_0 :: 0]
|
/external/clang/test/CodeGen/ |
debug-info-gline-tables-only.c | 22 // CHECK-NOT: DW_TAG_enumerator
|
/external/llvm/test/DebugInfo/X86/ |
multiple-at-const-val.ll | 39 !25 = !DIEnumerator(name: "_S_os_fmtflags_end", value: 65536) ; [ DW_TAG_enumerator ] 42 !28 = !DIEnumerator(name: "_S_goodbit", value: 0) ; [ DW_TAG_enumerator ] [_S_goodbit :: 0] 43 !29 = !DIEnumerator(name: "_S_badbit", value: 1) ; [ DW_TAG_enumerator ] [_S_badbit :: 1] 44 !30 = !DIEnumerator(name: "_S_eofbit", value: 2) ; [ DW_TAG_enumerator ] [_S_eofbit :: 2] 45 !31 = !DIEnumerator(name: "_S_failbit", value: 4) ; [ DW_TAG_enumerator ] [_S_failbit :: 4] 46 !32 = !DIEnumerator(name: "_S_os_ostate_end", value: 65536) ; [ DW_TAG_enumerator ] [_S_os_ostate_end :: 65536]
|
enum-class.ll | 17 !7 = !DIEnumerator(name: "A1", value: 1) ; [ DW_TAG_enumerator ] 21 !11 = !DIEnumerator(name: "B1", value: 1) ; [ DW_TAG_enumerator ] 24 !14 = !DIEnumerator(name: "C1", value: 1) ; [ DW_TAG_enumerator ]
|
misched-dbg-value.ll | 111 !5 = !DIEnumerator(name: "Ident1", value: 0) ; [ DW_TAG_enumerator ] [Ident1 :: 0] 112 !6 = !DIEnumerator(name: "Ident2", value: 10000) ; [ DW_TAG_enumerator ] [Ident2 :: 10000] 113 !7 = !DIEnumerator(name: "Ident3", value: 10001) ; [ DW_TAG_enumerator ] [Ident3 :: 10001] 114 !8 = !DIEnumerator(name: "Ident4", value: 10002) ; [ DW_TAG_enumerator ] [Ident4 :: 10002] 115 !9 = !DIEnumerator(name: "Ident5", value: 10003) ; [ DW_TAG_enumerator ] [Ident5 :: 10003]
|
/external/elfutils/libdw/ |
dwarf_aggregate_size.c | 145 /* We have to find the DW_TAG_enumerator child with the 154 if (INTUSE(dwarf_tag) (&enum_child) == DW_TAG_enumerator)
|
known-dwarf.h | 573 DWARF_ONE_KNOWN_DW_TAG (enumerator, DW_TAG_enumerator) \ [all...] |
dwarf.h | 68 DW_TAG_enumerator = 0x28,
|
/external/llvm/test/CodeGen/ARM/ |
debug-info-blocks.ll | 118 !4 = !DIEnumerator(name: "Ver1", value: 0) ; [ DW_TAG_enumerator ] 122 !8 = !DIEnumerator(name: "One", value: 0) ; [ DW_TAG_enumerator ] 126 !12 = !DIEnumerator(name: "Unknown", value: 0) ; [ DW_TAG_enumerator ] 127 !13 = !DIEnumerator(name: "Known", value: 1) ; [ DW_TAG_enumerator ] 131 !17 = !DIEnumerator(name: "Single", value: 0) ; [ DW_TAG_enumerator ] 132 !18 = !DIEnumerator(name: "Double", value: 1) ; [ DW_TAG_enumerator ] 136 !22 = !DIEnumerator(name: "Eleven", value: 0) ; [ DW_TAG_enumerator ]
|
/external/llvm/test/CodeGen/X86/ |
stack-protector-dbginfo.ll | 35 !7 = !DIEnumerator(name: "max_frame_size", value: 0) ; [ DW_TAG_enumerator ] [max_frame_size :: 0]
|
/toolchain/binutils/binutils-2.25/gold/ |
gdb-index.cc | 431 case elfcpp::DW_TAG_enumerator: 530 case elfcpp::DW_TAG_enumerator: 798 if (die->tag() == elfcpp::DW_TAG_enumerator) [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
dwarf_defs.go | 81 DW_TAG_enumerator = 0x28
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
dwarf_defs.go | 78 DW_TAG_enumerator = 0x28
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
dwarf_defs.go | 81 DW_TAG_enumerator = 0x28
|
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
dwarf_defs.go | 78 DW_TAG_enumerator = 0x28
|
/external/valgrind/coregrind/m_debuginfo/ |
d3basics.c | 102 case DW_TAG_enumerator: return "DW_TAG_enumerator"; [all...] |
priv_d3basics.h | 84 DW_TAG_enumerator = 0x28,
|
readdwarf3.c | [all...] |
/art/compiler/debug/dwarf/ |
dwarf_constants.h | 63 DW_TAG_enumerator = 0x28,
|
/external/google-breakpad/src/common/dwarf/ |
dwarf2enums.h | 75 DW_TAG_enumerator = 0x28,
|
/toolchain/binutils/binutils-2.25/include/ |
dwarf2.def | 107 DW_TAG (DW_TAG_enumerator, 0x28)
|
/external/llvm/include/llvm/IR/ |
DebugInfoMetadata.h | 365 : DINode(C, DIEnumeratorKind, Storage, dwarf::DW_TAG_enumerator, Ops), [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfUnit.cpp | [all...] |
DwarfDebug.cpp | [all...] |