Home
last modified time | relevance | path

Searched refs:DW_ATE_complex_float (Results 1 – 21 of 21) sorted by relevance

/external/elfutils/backends/
Daarch64_retval.c99 case DW_ATE_complex_float: in member_is_fp()
344 case DW_ATE_complex_float: in aarch64_return_value_location()
Dia64_retval.c143 case DW_ATE_complex_float: in hfa_type()
310 case DW_ATE_complex_float: in ia64_return_value_location()
Dalpha_retval.c120 if (encoding == DW_ATE_complex_float) in alpha_return_value_location()
Dx86_64_retval.c132 case DW_ATE_complex_float: in x86_64_return_value_location()
Dppc64_retval.c126 if (encoding == DW_ATE_float || encoding == DW_ATE_complex_float) in ppc64_return_value_location()
Driscv_retval.c224 case DW_ATE_complex_float: in riscv_return_value_location_lp64d()
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Sparc/
Dsubreg.ll30 !14 = !DIBasicType(name: "complex", size: 256, encoding: DW_ATE_complex_float)
/external/llvm/test/DebugInfo/ARM/
Dsplit-complex.ll45 !8 = !DIBasicType(name: "complex", size: 128, align: 64, encoding: DW_ATE_complex_float)
Dsroa-complex.ll49 !8 = !DIBasicType(name: "complex", size: 128, align: 64, encoding: DW_ATE_complex_float)
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/ARM/
Dsplit-complex.ll44 !8 = !DIBasicType(name: "complex", size: 128, align: 64, encoding: DW_ATE_complex_float)
Dsroa-complex.ll49 !8 = !DIBasicType(name: "complex", size: 128, align: 64, encoding: DW_ATE_complex_float)
/external/google-breakpad/src/common/dwarf/
Ddwarf2enums.h318 DW_ATE_complex_float =0x3, enumerator
/external/elfutils/libdw/
Ddwarf.h628 DW_ATE_complex_float = 0x3, enumerator
Dknown-dwarf.h155 DWARF_ONE_KNOWN_DW_ATE (complex_float, DW_ATE_complex_float) \
/external/llvm/bindings/go/llvm/
Ddibuilder.go72 DW_ATE_complex_float DwarfTypeEncoding = 0x03 const
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Ddibuilder.go72 DW_ATE_complex_float DwarfTypeEncoding = 0x03 const
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
D2010-05-25-DotDebugLoc.ll210 …(tag: DW_TAG_base_type, name: "complex float", size: 64, align: 32, encoding: DW_ATE_complex_float)
/external/llvm/test/CodeGen/X86/
D2010-05-25-DotDebugLoc.ll210 …(tag: DW_TAG_base_type, name: "complex float", size: 64, align: 32, encoding: DW_ATE_complex_float)
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1064 case dwarf::DW_ATE_complex_float: in lowerTypeBasic()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1453 case dwarf::DW_ATE_complex_float: in lowerTypeBasic()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp608 llvm::dwarf::TypeKind Encoding = llvm::dwarf::DW_ATE_complex_float; in CreateType()