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

/external/elfutils/0.153/backends/
H A Dsh_regs.c89 *type = DW_ATE_unsigned;
97 *type = DW_ATE_unsigned;
125 *type = DW_ATE_unsigned;
135 *type = DW_ATE_unsigned;
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 Darm_regs.c88 *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/llvm/lib/Support/
H A DDwarf.cpp493 case DW_ATE_unsigned: return "DW_ATE_unsigned";
/external/elfutils/0.153/libdw/
H A Ddwarf.h511 DW_ATE_unsigned = 0x7, enumerator in enum:__anon21157
/external/llvm/lib/Transforms/Instrumentation/
H A DDebugIR.cpp418 encoding = llvm::dwarf::DW_ATE_unsigned;
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_d3basics.h371 DW_ATE_unsigned = 0x7, enumerator in enum:__anon32409
H A Dreaddwarf3.c2404 case DW_ATE_unsigned: case DW_ATE_unsigned_char:
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp778 assert((Encoding == dwarf::DW_ATE_unsigned ||
784 return (Encoding == dwarf::DW_ATE_unsigned ||
1738 dwarf::DW_ATE_unsigned);
/external/llvm/include/llvm/Support/
H A DDwarf.h551 DW_ATE_unsigned = 0x07, enumerator in enum:llvm::dwarf::TypeKind
/external/elfutils/0.153/src/
H A Dreadelf.c3739 [DW_ATE_unsigned] = "unsigned",
4794 *type = DW_ATE_unsigned;
4802 *type = DW_ATE_unsigned;
7837 case DW_ATE_unsigned:
7858 assert (type == DW_ATE_unsigned);
/external/lldb/source/Symbol/
H A DClangASTContext.cpp936 case DW_ATE_unsigned:
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp462 llvm::dwarf::DW_ATE_unsigned);
478 case BuiltinType::ULongLong: Encoding = llvm::dwarf::DW_ATE_unsigned; break;

Completed in 466 milliseconds