Home
last modified time | relevance | path

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/
DDIEHashAttributes.def30 HANDLE_DIE_HASH_ATTR(DW_AT_discr_value)
DDwarfUnit.cpp994 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/
DDwarf.cpp60 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/
DDIEHash.h56 DIEValue DW_AT_discr_value; member
DDIEHash.cpp154 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/
Ddiscriminated-union.ll24 ; CHECK: DW_AT_discr_value [DW_FORM_data1] (0x00)
/external/google-breakpad/src/common/dwarf/
Ddwarf2enums.h172 DW_AT_discr_value = 0x16, enumerator
/external/swiftshader/third_party/LLVM/lib/Support/
DDwarf.cpp128 case DW_AT_discr_value: return "DW_AT_discr_value"; in AttributeString()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDwarf.h152 DW_AT_discr_value = 0x16, enumerator
/external/llvm/include/llvm/Support/
DDwarf.h107 DW_AT_discr_value = 0x16, enumerator
/external/elfutils/libdw/
Ddwarf.h177 DW_AT_discr_value = 0x16, enumerator
Dknown-dwarf.h86 DWARF_ONE_KNOWN_DW_AT (discr_value, DW_AT_discr_value) \