Home
last modified time | relevance | path

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

/minix3/minix/llvm/passes/include/magic/support/
H A DEDIType.h208 return (((DIBasicType)aDIType).getEncoding() == dwarf::DW_ATE_complex_float); in isComplexFloatingPointTy()
/minix3/external/bsd/elftoolchain/dist/libdwarf/
H A Ddwarf.h386 #define DW_ATE_complex_float 0x3 macro
H A Ddwarf_dump.c274 case DW_ATE_complex_float: in dwarf_get_ATE_name()
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DDwarf.cpp478 case DW_ATE_complex_float: return "DW_ATE_complex_float"; in AttributeEncodingString()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DDwarf.h536 DW_ATE_complex_float = 0x03, enumerator
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Ddibuilder.go72 DW_ATE_complex_float DwarfTypeEncoding = 0x03 const
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp519 llvm::dwarf::TypeKind Encoding = llvm::dwarf::DW_ATE_complex_float; in CreateType()