/external/llvm/test/DebugInfo/AArch64/ |
D | bitfields.ll | 21 ; CHECK-NEXT: DW_AT_bit_offset {{.*}} (0x00) 34 ; CHECK-NEXT: DW_AT_bit_offset {{.*}} (0x00) 42 ; CHECK-NEXT: DW_AT_bit_offset {{.*}} (0x01)
|
/external/llvm/test/DebugInfo/X86/ |
D | bitfields.ll | 21 ; CHECK-NEXT: DW_AT_bit_offset {{.*}} (0x1e) 34 ; CHECK-NEXT: DW_AT_bit_offset {{.*}} (0x1f) 42 ; CHECK-NEXT: DW_AT_bit_offset {{.*}} (0x03)
|
D | bitfields-dwarf4.ll | 41 ; CHECK-NOT: DW_AT_bit_offset 51 ; CHECK-NOT: DW_AT_bit_offset 66 ; CHECK-NOT: DW_AT_bit_offset
|
D | debug-info-packed-struct.ll | 37 ; CHECK: DW_AT_bit_offset {{.*}} (0x1f) 70 ; CHECK: DW_AT_bit_offset {{.*}} (0x17) 104 ; CHECK: DW_AT_bit_offset {{.*}} (0x17) 139 ; CHECK: DW_AT_bit_offset {{.*}} (0x1f)
|
D | decl-derived-member.ll | 20 ; CHECK-NOT: DW_AT_bit_offset
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/AArch64/ |
D | bitfields.ll | 21 ; CHECK-NEXT: DW_AT_bit_offset {{.*}} (0x00) 34 ; CHECK-NEXT: DW_AT_bit_offset {{.*}} (0x00) 42 ; CHECK-NEXT: DW_AT_bit_offset {{.*}} (0x01)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | bitfields-dwarf4.ll | 42 ; CHECK-NOT: DW_AT_bit_offset 53 ; CHECK-NOT: DW_AT_bit_offset 66 ; CHECK-NOT: DW_AT_bit_offset
|
D | bitfields.ll | 21 ; CHECK-NEXT: DW_AT_bit_offset {{.*}} (0x1e) 34 ; CHECK-NEXT: DW_AT_bit_offset {{.*}} (0x1f) 42 ; CHECK-NEXT: DW_AT_bit_offset {{.*}} (0x03)
|
D | debug-info-packed-struct.ll | 39 ; CHECK: DW_AT_bit_offset {{.*}} (0x1f) 73 ; CHECK: DW_AT_bit_offset {{.*}} (0x17) 106 ; CHECK: DW_AT_bit_offset {{.*}} (0x17) 139 ; CHECK: DW_AT_bit_offset {{.*}} (0x1f)
|
D | decl-derived-member.ll | 20 ; CHECK-NOT: DW_AT_bit_offset
|
/external/elfutils/libdw/ |
D | dwarf_bitoffset.c | 45 (die, DW_AT_bit_offset, &attr_mem), in dwarf_bitoffset()
|
D | dwarf.h | 167 DW_AT_bit_offset = 0x0c, /* Deprecated in DWARF4. */ enumerator
|
D | dwarf_getlocation.c | 59 case DW_AT_bit_offset: in attr_ok()
|
D | known-dwarf.h | 55 DWARF_ONE_KNOWN_DW_AT (bit_offset, DW_AT_bit_offset) \
|
/external/elfutils/tests/ |
D | show-die-info.c | 195 if (dwarf_hasattr (die, DW_AT_bit_offset) in handle() 202 if (dwarf_attr (die, DW_AT_bit_offset, &attr) == NULL in handle() 221 else if (dwarf_whatattr (&attr) != DW_AT_bit_offset) in handle()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHashAttributes.def | 12 HANDLE_DIE_HASH_ATTR(DW_AT_bit_offset)
|
D | DwarfUnit.cpp | 1563 addUInt(MemberDie, dwarf::DW_AT_bit_offset, None, Offset); in constructMemberDIE()
|
/external/llvm/test/DebugInfo/ARM/ |
D | bitfield.ll | 16 ; CHECK: DW_AT_bit_offset {{.*}} (0xfffffffffffffff8)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/ARM/ |
D | bitfield.ll | 16 ; CHECK: DW_AT_bit_offset {{.*}} (0xfffffffffffffff8)
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHash.h | 38 DIEValue DW_AT_bit_offset; member
|
D | DIEHash.cpp | 136 COLLECT_ATTR(DW_AT_bit_offset); in collectAttributes() 376 ADD_ATTR(Attrs.DW_AT_bit_offset); in hashAttributes()
|
D | DwarfUnit.cpp | 1412 addUInt(MemberDie, dwarf::DW_AT_bit_offset, None, Offset); in constructMemberDIE()
|
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2enums.h | 163 DW_AT_bit_offset = 0x0c, enumerator
|
/external/llvm/include/llvm/Support/ |
D | Dwarf.h | 100 DW_AT_bit_offset = 0x0c, enumerator
|
/external/llvm/lib/Support/ |
D | Dwarf.cpp | 53 case DW_AT_bit_offset: return "DW_AT_bit_offset"; in AttributeString()
|