HomeSort by relevance Sort by last modified time
    Searched refs:DW_ATE_unsigned (Results 1 - 25 of 33) sorted by null

1 2

  /external/elfutils/backends/
tilegx_regs.c 86 *type = DW_ATE_unsigned;
90 *type = DW_ATE_unsigned;
94 *type = DW_ATE_unsigned;
98 *type = DW_ATE_unsigned;
102 *type = DW_ATE_unsigned;
106 *type = DW_ATE_unsigned;
110 *type = DW_ATE_unsigned;
114 *type = DW_ATE_unsigned;
sh_regs.c 92 *type = DW_ATE_unsigned;
100 *type = DW_ATE_unsigned;
128 *type = DW_ATE_unsigned;
138 *type = DW_ATE_unsigned;
ia64_regs.c 132 *type = regno == 331 ? DW_ATE_address : DW_ATE_unsigned;
139 *type = DW_ATE_unsigned;
175 *type = DW_ATE_unsigned;
aarch64_regs.c 100 return regtype ("FP/SIMD", DW_ATE_unsigned, "v%d", regno - 64);
alpha_regs.c 146 *type = DW_ATE_unsigned;
arm_regs.c 91 *type = DW_ATE_unsigned;
i386_regs.c 53 *type = DW_ATE_unsigned;
s390_regs.c 71 *type = DW_ATE_unsigned;
sparc_regs.c 68 *type = DW_ATE_unsigned;
x86_64_regs.c 54 *type = DW_ATE_unsigned;
ppc_regs.c 54 : regno < 64 ? DW_ATE_float : DW_ATE_unsigned);
aarch64_retval.c 362 case DW_ATE_unsigned:
  /external/swiftshader/third_party/LLVM/lib/Support/
Dwarf.cpp 460 case DW_ATE_unsigned: return "DW_ATE_unsigned";
    [all...]
  /frameworks/compile/libbcc/lib/
RSAddDebugInfoPass.cpp 166 llvm::dwarf::DW_ATE_unsigned);
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 549 assert((Encoding == dwarf::DW_ATE_unsigned ||
558 return Encoding == dwarf::DW_ATE_unsigned ||
    [all...]
  /art/compiler/debug/dwarf/
dwarf_constants.h 439 DW_ATE_unsigned = 0x07,
  /external/elfutils/libdw/
dwarf.h 502 DW_ATE_unsigned = 0x7,
known-dwarf.h 165 DWARF_ONE_KNOWN_DW_ATE (unsigned, DW_ATE_unsigned) \
    [all...]
  /external/google-breakpad/src/common/dwarf/
dwarf2enums.h 322 DW_ATE_unsigned =0x7,
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Dwarf.h 465 DW_ATE_unsigned = 0x07,
  /external/valgrind/coregrind/m_debuginfo/
priv_d3basics.h 380 DW_ATE_unsigned = 0x7,
  /prebuilts/go/darwin-x86/src/cmd/internal/dwarf/
dwarf_defs.go 293 DW_ATE_unsigned = 0x07
  /prebuilts/go/linux-x86/src/cmd/internal/dwarf/
dwarf_defs.go 293 DW_ATE_unsigned = 0x07
  /external/llvm/bindings/go/llvm/
dibuilder.go 76 DW_ATE_unsigned DwarfTypeEncoding = 0x07
  /toolchain/binutils/binutils-2.25/include/
dwarf2.def 616 DW_ATE (DW_ATE_unsigned, 0x7)

Completed in 136 milliseconds

1 2