OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DW_ATE_float
(Results
1 - 25
of
26
) sorted by null
1
2
/external/elfutils/backends/
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
)
ppc_retval.c
131
if (encoding ==
DW_ATE_float
)
s390_retval.c
130
if (encoding ==
DW_ATE_float
&& size <= 8)
x86_64_regs.c
65
*type =
DW_ATE_float
;
ppc64_retval.c
127
if (encoding ==
DW_ATE_float
|| encoding == DW_ATE_complex_float)
ppc_regs.c
51
: regno < 64 ?
DW_ATE_float
: DW_ATE_unsigned);
sparc_retval.c
119
if (encoding ==
DW_ATE_float
)
x86_64_retval.c
153
case
DW_ATE_float
:
ia64_retval.c
128
case
DW_ATE_float
:
296
case
DW_ATE_float
:
/external/elfutils/tests/
allregs.c
49
[
DW_ATE_float
] = "float",
/external/llvm/lib/Support/
Dwarf.cpp
474
case
DW_ATE_float
: return "
DW_ATE_float
";
[
all
...]
/external/elfutils/libdw/
dwarf.h
447
DW_ATE_float
= 0x4,
/external/llvm/include/llvm/Support/
Dwarf.h
497
DW_ATE_float
= 0x04,
/external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp
420
encoding = llvm::dwarf::
DW_ATE_float
;
/external/valgrind/main/coregrind/m_debuginfo/
priv_d3basics.h
366
DW_ATE_float
= 0x4,
readdwarf3.c
[
all
...]
/external/qemu/elff/
dwarf.h
626
#define
DW_ATE_float
0x4
[
all
...]
/ndk/sources/host-tools/ndk-stack/elff/
dwarf.h
626
#define
DW_ATE_float
0x4
[
all
...]
/external/clang/lib/CodeGen/
CGDebugInfo.cpp
510
case BuiltinType::Double: Encoding = llvm::dwarf::
DW_ATE_float
; break;
[
all
...]
Completed in 146 milliseconds
1
2