Searched refs:DW_AT_discr_value (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHashAttributes.def | 30 HANDLE_DIE_HASH_ATTR(DW_AT_discr_value)
|
D | DwarfUnit.cpp | 994 addUInt(Variant, dwarf::DW_AT_discr_value, None, CI->getZExtValue()); in constructTypeDIE() 996 addSInt(Variant, dwarf::DW_AT_discr_value, None, CI->getSExtValue()); in constructTypeDIE()
|
/external/llvm/lib/Support/ |
D | Dwarf.cpp | 60 case DW_AT_discr_value: return "DW_AT_discr_value"; in AttributeString() 630 case DW_AT_discr_value: in AttributeValueString()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHash.h | 56 DIEValue DW_AT_discr_value; member
|
D | DIEHash.cpp | 154 COLLECT_ATTR(DW_AT_discr_value); in collectAttributes() 394 ADD_ATTR(Attrs.DW_AT_discr_value); in hashAttributes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/ |
D | discriminated-union.ll | 24 ; CHECK: DW_AT_discr_value [DW_FORM_data1] (0x00)
|
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2enums.h | 172 DW_AT_discr_value = 0x16, enumerator
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Dwarf.cpp | 128 case DW_AT_discr_value: return "DW_AT_discr_value"; in AttributeString()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | Dwarf.h | 152 DW_AT_discr_value = 0x16, enumerator
|
/external/llvm/include/llvm/Support/ |
D | Dwarf.h | 107 DW_AT_discr_value = 0x16, enumerator
|
/external/elfutils/libdw/ |
D | dwarf.h | 177 DW_AT_discr_value = 0x16, enumerator
|
D | known-dwarf.h | 86 DWARF_ONE_KNOWN_DW_AT (discr_value, DW_AT_discr_value) \
|