Searched refs:DW_ATE_unsigned (Results 1 - 17 of 17) sorted by relevance

/external/elfutils/backends/
H A Dia64_regs.c129 *type = regno == 331 ? DW_ATE_address : DW_ATE_unsigned;
136 *type = DW_ATE_unsigned;
172 *type = DW_ATE_unsigned;
H A Dalpha_regs.c143 *type = DW_ATE_unsigned;
H A Di386_regs.c50 *type = DW_ATE_unsigned;
H A Ds390_regs.c68 *type = DW_ATE_unsigned;
H A Dsparc_regs.c65 *type = DW_ATE_unsigned;
H A Dx86_64_regs.c51 *type = DW_ATE_unsigned;
H A Dppc_regs.c51 : regno < 64 ? DW_ATE_float : DW_ATE_unsigned);
/external/elfutils/tests/
H A Dallregs.c52 [DW_ATE_unsigned] = "unsigned",
/external/llvm/lib/Support/
H A DDwarf.cpp462 case DW_ATE_unsigned: return "DW_ATE_unsigned";
/external/elfutils/libdw/
H A Ddwarf.h450 DW_ATE_unsigned = 0x7, enumerator in enum:__anon4654
/external/llvm/include/llvm/Support/
H A DDwarf.h468 DW_ATE_unsigned = 0x07, enumerator in enum:llvm::dwarf::dwarf_constants
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_d3basics.h365 DW_ATE_unsigned = 0x7, enumerator in enum:__anon12163
H A Dreaddwarf3.c2173 case DW_ATE_unsigned: case DW_ATE_unsigned_char:
/external/llvm/lib/Analysis/
H A DDebugInfo.cpp362 if (Encoding == dwarf::DW_ATE_unsigned ||
/external/qemu/elff/
H A Ddwarf.h629 #define DW_ATE_unsigned 0x7 macro
/external/elfutils/src/
H A Dreadelf.c3458 [DW_ATE_unsigned] = "unsigned",
5782 case DW_ATE_unsigned:
5803 assert (type == DW_ATE_unsigned);
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp399 case BuiltinType::ULongLong: Encoding = llvm::dwarf::DW_ATE_unsigned; break;

Completed in 153 milliseconds