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

1 2

  /external/elfutils/0.153/backends/
sh_regs.c 146 *type = DW_ATE_float;
155 *type = DW_ATE_float;
164 *type = DW_ATE_float;
173 *type = DW_ATE_float;
arm_regs.c 80 *type = DW_ATE_float;
93 *type = DW_ATE_float;
102 *type = DW_ATE_float;
ia64_regs.c 85 *type = DW_ATE_float;
106 *type = DW_ATE_float;
alpha_regs.c 56 *type = DW_ATE_float;
i386_regs.c 60 *type = DW_ATE_float;
s390_regs.c 77 *type = DW_ATE_float;
sparc_regs.c 84 *type = DW_ATE_float;
alpha_retval.c 126 if (encoding == DW_ATE_float)
i386_retval.c 124 if (encoding == DW_ATE_float)
s390_retval.c 130 if (encoding == DW_ATE_float && size <= 8)
sh_retval.c 124 if (encoding == DW_ATE_float)
x86_64_regs.c 65 *type = DW_ATE_float;
ppc64_retval.c 134 if (encoding == DW_ATE_float || encoding == DW_ATE_complex_float)
ppc_regs.c 51 : regno < 64 ? DW_ATE_float : DW_ATE_unsigned);
ppc_retval.c 148 if (encoding == DW_ATE_float)
sparc_retval.c 131 if (encoding == DW_ATE_float)
x86_64_retval.c 153 case DW_ATE_float:
ia64_retval.c 125 case DW_ATE_float:
297 case DW_ATE_float:
  /external/llvm/lib/Support/
Dwarf.cpp 490 case DW_ATE_float: return "DW_ATE_float";
    [all...]
  /art/runtime/
dwarf.h 435 DW_ATE_float = 0x04,
  /external/elfutils/0.153/libdw/
dwarf.h 508 DW_ATE_float = 0x4,
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 420 encoding = llvm::dwarf::DW_ATE_float;
  /external/valgrind/main/coregrind/m_debuginfo/
priv_d3basics.h 368 DW_ATE_float = 0x4,
  /external/lldb/source/Symbol/
ClangASTContext.cpp 859 ClangASTType complex_float_clang_type = GetBuiltinTypeForDWARFEncodingAndBitSize ("float", DW_ATE_float, bit_size/2);
864 case DW_ATE_float:
    [all...]
  /external/llvm/include/llvm/Support/
Dwarf.h 548 DW_ATE_float = 0x04,

Completed in 195 milliseconds

1 2