Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h539 #define DW_ATE_float 0x4 macro
H A Ddwarf_dump.c439 case DW_ATE_float: in dwarf_get_ATE_name()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp224 Encoding == dwarf::DW_ATE_float || Encoding == dwarf::DW_ATE_UTF || in isUnsignedDIType()
H A DCodeViewDebug.cpp1837 case dwarf::DW_ATE_float: in lowerTypeBasic()
3408 return (BTy->getEncoding() == dwarf::DW_ATE_float); in isFloatDIType()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c1430 case DW_ATE_float: in die_base_from_dwarf()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp545 case dwarf::DW_ATE_float: in visitBasicType()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1035 dwarf::DW_ATE_float, in solveDIType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp993 GetBuiltinTypeForDWARFEncodingAndBitSize("float", DW_ATE_float, in GetBuiltinTypeForDWARFEncodingAndBitSize()
999 case DW_ATE_float: in GetBuiltinTypeForDWARFEncodingAndBitSize()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp905 Encoding = llvm::dwarf::DW_ATE_float; in CreateType()