/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | dwarf2.h | 417 DW_ATE_float = 0x4, enumerator
|
H A D | dwarf2out.c | 4313 case DW_ATE_float: 7772 encoding = DW_ATE_float;
|
/openbsd/gnu/usr.bin/binutils/include/elf/ |
H A D | dwarf2.h | 543 DW_ATE_float = 0x4, enumerator
|
/openbsd/usr.bin/ctfconv/ |
H A D | dwarf.h | 817 #define DW_ATE_float 0x4 macro
|
H A D | parse.c | 790 case DW_ATE_float: in parse_base()
|
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/ |
H A D | dwarf2.h | 563 DW_ATE_float = 0x4, enumerator
|
/openbsd/gnu/gcc/gcc/ |
H A D | dwarf2.h | 565 DW_ATE_float = 0x4, enumerator
|
H A D | dwarf2out.c | 8205 encoding = DW_ATE_float; in base_type_die()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugHandlerBase.cpp | 224 Encoding == dwarf::DW_ATE_float || Encoding == dwarf::DW_ATE_UTF || in isUnsignedDIType()
|
H A D | CodeViewDebug.cpp | 1804 case dwarf::DW_ATE_float: in lowerTypeBasic() 3371 return (BTy->getEncoding() == dwarf::DW_ATE_float); in isFloatDIType()
|
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/ |
H A D | toy.cpp | 839 DblTy = DBuilder->createBasicType("double", 64, dwarf::DW_ATE_float); in getDoubleTy()
|
/openbsd/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
H A D | LangImpl09.rst | 200 DblTy = DBuilder->createBasicType("double", 64, dwarf::DW_ATE_float);
|
/openbsd/gnu/llvm/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 544 case dwarf::DW_ATE_float: in visitBasicType()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | dwarf2read.c | 4699 case DW_ATE_float: in read_base_type() 7376 case DW_ATE_float: in dwarf_base_type() 8226 case DW_ATE_float: in dwarf_type_encoding_name()
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | dwarf.c | 1247 case DW_ATE_float: printf ("(float)"); break; in read_and_display_attr_value()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 902 dwarf::DW_ATE_float, in solveDIType()
|
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 993 GetBuiltinTypeForDWARFEncodingAndBitSize("float", DW_ATE_float, in GetBuiltinTypeForDWARFEncodingAndBitSize() 999 case DW_ATE_float: in GetBuiltinTypeForDWARFEncodingAndBitSize()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 865 Encoding = llvm::dwarf::DW_ATE_float; in CreateType()
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | readelf.c | 8087 case DW_ATE_float: printf ("(float)"); break; in read_and_display_attr_value()
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | LangRef.rst | 5500 DW_ATE_float = 4
|