Home
last modified time | relevance | path

Searched refs:DW_ATE_float (Results 1 – 24 of 24) sorted by relevance

/external/elfutils/backends/
Dia64_regs.c85 *type = DW_ATE_float; in ia64_register_info()
106 *type = DW_ATE_float; in ia64_register_info()
Dia64_retval.c128 case DW_ATE_float: in hfa_type()
296 case DW_ATE_float: in ia64_return_value_location()
Ds390_regs.c77 *type = DW_ATE_float; in s390_register_info()
Dsparc_regs.c84 *type = DW_ATE_float; in sparc_register_info()
Di386_regs.c60 *type = DW_ATE_float; in i386_register_info()
Dalpha_regs.c56 *type = DW_ATE_float; in alpha_register_info()
Dx86_64_regs.c65 *type = DW_ATE_float; in x86_64_register_info()
Di386_retval.c124 if (encoding == DW_ATE_float) in i386_return_value_location()
Dalpha_retval.c126 if (encoding == DW_ATE_float) in alpha_return_value_location()
Ds390_retval.c130 if (encoding == DW_ATE_float && size <= 8) in s390_return_value_location()
Dppc_retval.c131 if (encoding == DW_ATE_float) in ppc_return_value_location()
Dppc_regs.c51 : regno < 64 ? DW_ATE_float : DW_ATE_unsigned); in ppc_register_info()
Dppc64_retval.c127 if (encoding == DW_ATE_float || encoding == DW_ATE_complex_float) in ppc64_return_value_location()
Dsparc_retval.c119 if (encoding == DW_ATE_float) in sparc_return_value_location()
Dx86_64_retval.c153 case DW_ATE_float: in x86_64_return_value_location()
/external/elfutils/tests/
Dallregs.c49 [DW_ATE_float] = "float", in dwarf_encoding_string()
/external/elfutils/libdw/
Ddwarf.h447 DW_ATE_float = 0x4, enumerator
/external/valgrind/main/coregrind/m_debuginfo/
Dpriv_d3basics.h362 DW_ATE_float = 0x4, enumerator
Dreaddwarf3.c2179 case DW_ATE_float: in parse_type_DIE()
/external/llvm/lib/Support/
DDwarf.cpp459 case DW_ATE_float: return "DW_ATE_float"; in AttributeEncodingString()
/external/llvm/include/llvm/Support/
DDwarf.h465 DW_ATE_float = 0x04, enumerator
/external/qemu/elff/
Ddwarf.h626 #define DW_ATE_float 0x4 macro
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp410 case BuiltinType::Double: Encoding = llvm::dwarf::DW_ATE_float; break; in CreateType()
/external/elfutils/src/
Dreadelf.c3455 [DW_ATE_float] = "float", in dwarf_encoding_string()