Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp229 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()
/src/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c1426 case DW_ATE_float: in die_base_from_dwarf()
/src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp546 case dwarf::DW_ATE_float: in visitBasicType()
/src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1038 dwarf::DW_ATE_float, in solveDIType()
/src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp935 GetBuiltinTypeForDWARFEncodingAndBitSize("float", DW_ATE_float, in GetBuiltinTypeForDWARFEncodingAndBitSize()
941 case DW_ATE_float: in GetBuiltinTypeForDWARFEncodingAndBitSize()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp924 Encoding = llvm::dwarf::DW_ATE_float; in CreateType()