Home
last modified time | relevance | path

Searched refs:DW_ATE_UTF (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp219 Encoding == dwarf::DW_ATE_float || Encoding == dwarf::DW_ATE_UTF || in isUnsignedDIType()
226 Encoding == dwarf::DW_ATE_UTF || Encoding == dwarf::DW_ATE_boolean || in isUnsignedDIType()
H A DCodeViewDebug.cpp1712 case dwarf::DW_ATE_UTF: in lowerTypeBasic()
/netbsd-src/external/bsd/elftoolchain/dist/libdwarf/
H A Ddwarf.h641 #define DW_ATE_UTF 0x10 macro
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Ddibuilder.go84 DW_ATE_UTF DwarfTypeEncoding = 0x10 const
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Ddwarf2.def727 DW_ATE (DW_ATE_UTF, 0x10)
/netbsd-src/external/gpl3/binutils/dist/include/
H A Ddwarf2.def727 DW_ATE (DW_ATE_UTF, 0x10)
H A DChangeLog-0415929 * dwarf2.h (enum dwarf_type): Add DW_ATE_UTF.
/netbsd-src/external/gpl3/gcc/dist/include/
H A Ddwarf2.def727 DW_ATE (DW_ATE_UTF, 0x10)
H A DChangeLog1277 * dwarf2.h (enum dwarf_type): Add DW_ATE_UTF.
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Ddwarf2.def727 DW_ATE (DW_ATE_UTF, 0x10)
H A DChangeLog-0415929 * dwarf2.h (enum dwarf_type): Add DW_ATE_UTF.
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Ddwarf.c1521 case DW_ATE_UTF: in die_base_from_dwarf()
/netbsd-src/external/gpl3/gdb.old/dist/include/
H A DChangeLog-0415929 * dwarf2.h (enum dwarf_type): Add DW_ATE_UTF.
/netbsd-src/external/gpl3/gdb/dist/include/
H A DChangeLog-0415929 * dwarf2.h (enum dwarf_type): Add DW_ATE_UTF.
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp827 Encoding = llvm::dwarf::DW_ATE_UTF; in CreateType()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Ddwarf.c3203 case DW_ATE_UTF: printf ("(unicode string)"); break; in read_and_display_attr_value()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Ddwarf.c3194 case DW_ATE_UTF: printf ("(unicode string)"); break; in read_and_display_attr_value()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddwarf2out.cc13216 encoding = DW_ATE_UTF; in base_type_die()
H A DChangeLog-201025213 * dwarf2out.c (base_type_die): Use DW_ATE_UTF for
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2out.c12811 encoding = DW_ATE_UTF; in base_type_die()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20104445 * dwarf2read.c (read_base_type): Handle DW_ATE_UTF.
H A DChangeLog-201714592 * dwarf2read.c (read_base_type) <DW_ATE_UTF>: If bit size is 16 or
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20104445 * dwarf2read.c (read_base_type): Handle DW_ATE_UTF.
H A DChangeLog-201714592 * dwarf2read.c (read_base_type) <DW_ATE_UTF>: If bit size is 16 or
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git156188 Allow DW_ATE_UTF for Rust characters
156190 to use DW_ATE_UTF. You can see the discussion here:
156195 the handling of DW_ATE_UTF is currently fairly specific to C++. In