Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/elftoolchain/libdwarf/
Ddwarf.h474 #define DW_ATE_float 0x4 macro
Ddwarf_dump.c381 case DW_ATE_float: in dwarf_get_ATE_name()
/freebsd-12-stable/contrib/binutils/include/elf/
Ddwarf2.h566 DW_ATE_float = 0x4, enumerator
/freebsd-12-stable/contrib/gcc/
Ddwarf2.h571 DW_ATE_float = 0x4, enumerator
Ddwarf2out.c8251 encoding = DW_ATE_float; in base_type_die()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp219 Encoding == dwarf::DW_ATE_float || Encoding == dwarf::DW_ATE_UTF || in isUnsignedDIType()
DCodeViewDebug.cpp1684 case dwarf::DW_ATE_float: in lowerTypeBasic()
3218 return (BTy->getEncoding() == dwarf::DW_ATE_float); in isFloatDIType()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
DBTFDebug.cpp441 case dwarf::DW_ATE_float: in visitBasicType()
/freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
Ddwarf.c1419 case DW_ATE_float: in die_base_from_dwarf()
/freebsd-12-stable/contrib/gdb/gdb/
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-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp859 dwarf::DW_ATE_float, in solveDIType()
/freebsd-12-stable/contrib/binutils/binutils/
Ddwarf.c1267 case DW_ATE_float: printf ("(float)"); break; in read_and_display_attr_value()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp995 GetBuiltinTypeForDWARFEncodingAndBitSize("float", DW_ATE_float, in GetBuiltinTypeForDWARFEncodingAndBitSize()
1002 case DW_ATE_float: in GetBuiltinTypeForDWARFEncodingAndBitSize()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp838 Encoding = llvm::dwarf::DW_ATE_float; in CreateType()