Home
last modified time | relevance | path

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

/aosp_15_r20/external/elfutils/backends/
H A Daarch64_retval.c99 case DW_ATE_complex_float: in member_is_fp()
343 case DW_ATE_complex_float: in aarch64_return_value_location()
H A Dia64_retval.c143 case DW_ATE_complex_float: in hfa_type()
309 case DW_ATE_complex_float: in ia64_return_value_location()
H A Dalpha_retval.c119 if (encoding == DW_ATE_complex_float) in alpha_return_value_location()
H A Dx86_64_retval.c131 case DW_ATE_complex_float: in x86_64_return_value_location()
H A Dloongarch_retval.c177 case DW_ATE_complex_float: in loongarch_return_value_location()
H A Dppc64_retval.c125 if (encoding == DW_ATE_float || encoding == DW_ATE_complex_float) in ppc64_return_value_location()
H A Driscv_retval.c242 case DW_ATE_complex_float: in riscv_return_value_location_lp64ifd()
/aosp_15_r20/external/llvm/test/DebugInfo/ARM/
H A Dsplit-complex.ll45 !8 = !DIBasicType(name: "complex", size: 128, align: 64, encoding: DW_ATE_complex_float)
H A Dsroa-complex.ll49 !8 = !DIBasicType(name: "complex", size: 128, align: 64, encoding: DW_ATE_complex_float)
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/dwarf/
Ddwarf_defs.go299 DW_ATE_complex_float = 0x03 const
/aosp_15_r20/external/google-breakpad/src/common/dwarf/
H A Ddwarf2enums.h395 DW_ATE_complex_float =0x3, enumerator
/aosp_15_r20/art/libelffile/dwarf/
H A Ddwarf_constants.h435 DW_ATE_complex_float = 0x03, enumerator
/aosp_15_r20/external/elfutils/libdw/
H A Ddwarf.h628 DW_ATE_complex_float = 0x3, enumerator
/aosp_15_r20/frameworks/libs/binary_translation/tools/nogrod/
Ddwarf_constants.h35 constexpr uint8_t DW_ATE_complex_float = 0x03; variable
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Ddibuilder.go72 DW_ATE_complex_float DwarfTypeEncoding = 0x03 const
/aosp_15_r20/external/stg/
H A Ddwarf_processor.cc114 case DW_ATE_complex_float: in GetEncoding()
/aosp_15_r20/external/llvm/test/CodeGen/X86/
H A D2010-05-25-DotDebugLoc.ll210 …(tag: DW_TAG_base_type, name: "complex float", size: 64, align: 32, encoding: DW_ATE_complex_float)
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1064 case dwarf::DW_ATE_complex_float: in lowerTypeBasic()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
Ddwarf.go579 newattr(die, dwarf.DW_AT_encoding, dwarf.DW_CLS_CONSTANT, dwarf.DW_ATE_complex_float, 0)
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1625 case dwarf::DW_ATE_complex_float: in lowerTypeBasic()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1795 case dwarf::DW_ATE_complex_float: in lowerTypeBasic()
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp608 llvm::dwarf::TypeKind Encoding = llvm::dwarf::DW_ATE_complex_float; in CreateType()