Home
last modified time | relevance | path

Searched refs:DW_ATE_float (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/elftoolchain/libdwarf/
H A Ddwarf.h474 #define DW_ATE_float 0x4 macro
H A Ddwarf_dump.c381 case DW_ATE_float: in dwarf_get_ATE_name()
/freebsd-12.1/contrib/binutils/include/elf/
H A Ddwarf2.h566 DW_ATE_float = 0x4, enumerator
/freebsd-12.1/contrib/gcc/
H A Ddwarf2.h571 DW_ATE_float = 0x4, enumerator
H A Ddwarf2out.c8251 encoding = DW_ATE_float; in base_type_die()
/freebsd-12.1/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c1419 case DW_ATE_float: in die_base_from_dwarf()
/freebsd-12.1/contrib/gdb/gdb/
H A Ddwarf2read.c3991 case DW_ATE_float: in read_base_type()
6279 case DW_ATE_float: in dwarf_base_type()
7142 case DW_ATE_float: in dwarf_type_encoding_name()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp476 Encoding == dwarf::DW_ATE_float || Encoding == dwarf::DW_ATE_UTF || in isUnsignedDIType()
H A DCodeViewDebug.cpp1575 case dwarf::DW_ATE_float: in lowerTypeBasic()
/freebsd-12.1/contrib/binutils/binutils/
H A Ddwarf.c1267 case DW_ATE_float: printf ("(float)"); break; in read_and_display_attr_value()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp1218 GetBuiltinTypeForDWARFEncodingAndBitSize("float", DW_ATE_float, in GetBuiltinTypeForDWARFEncodingAndBitSize()
1225 case DW_ATE_float: in GetBuiltinTypeForDWARFEncodingAndBitSize()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp744 Encoding = llvm::dwarf::DW_ATE_float; in CreateType()