Home
last modified time | relevance | path

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

/external/elfutils/backends/
Daarch64_retval.c99 case DW_ATE_complex_float: in member_is_fp()
343 case DW_ATE_complex_float: in aarch64_return_value_location()
Dia64_retval.c143 case DW_ATE_complex_float: in hfa_type()
309 case DW_ATE_complex_float: in ia64_return_value_location()
Dalpha_retval.c119 if (encoding == DW_ATE_complex_float) in alpha_return_value_location()
Dloongarch_retval.c177 case DW_ATE_complex_float: in loongarch_return_value_location()
Dx86_64_retval.c131 case DW_ATE_complex_float: in x86_64_return_value_location()
Dppc64_retval.c125 if (encoding == DW_ATE_float || encoding == DW_ATE_complex_float) in ppc64_return_value_location()
Driscv_retval.c242 case DW_ATE_complex_float: in riscv_return_value_location_lp64ifd()
/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/google-breakpad/src/common/dwarf/
Ddwarf2enums.h395 DW_ATE_complex_float =0x3, enumerator
/external/elfutils/libdw/
Ddwarf.h628 DW_ATE_complex_float = 0x3, enumerator
/external/llvm/bindings/go/llvm/
Ddibuilder.go72 DW_ATE_complex_float DwarfTypeEncoding = 0x03 const
/external/stg/
Ddwarf_processor.cc114 case DW_ATE_complex_float: in GetEncoding()
/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-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1625 case dwarf::DW_ATE_complex_float: in lowerTypeBasic()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1795 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()