Home
last modified time | relevance | path

Searched refs:DW_ATE_unsigned (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBTFDebug.cpp109 case dwarf::DW_ATE_unsigned: in BTFTypeInt()
345 Encoding != dwarf::DW_ATE_unsigned && in visitBasicType()
415 auto TypeEntry = llvm::make_unique<BTFTypeInt>(dwarf::DW_ATE_unsigned, 32, in visitArrayType()
/freebsd-12.1/contrib/elftoolchain/libdwarf/
H A Ddwarf.h477 #define DW_ATE_unsigned 0x7 macro
H A Ddwarf_dump.c387 case DW_ATE_unsigned: in dwarf_get_ATE_name()
/freebsd-12.1/contrib/binutils/include/elf/
H A Ddwarf2.h569 DW_ATE_unsigned = 0x7, enumerator
/freebsd-12.1/contrib/gcc/
H A Ddwarf2.h574 DW_ATE_unsigned = 0x7, enumerator
H A Ddwarf2out.c8242 encoding = DW_ATE_unsigned; in base_type_die()
/freebsd-12.1/contrib/llvm/tools/opt/
H A DDebugify.cpp82 DTy = DIB.createBasicType(Name, Size, dwarf::DW_ATE_unsigned); in applyDebugifyMetadata()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp472 assert((Encoding == dwarf::DW_ATE_unsigned || in isUnsignedDIType()
481 return Encoding == dwarf::DW_ATE_unsigned || in isUnsignedDIType()
1300 dwarf::DW_ATE_unsigned); in getIndexTyDie()
H A DCodeViewDebug.cpp1594 case dwarf::DW_ATE_unsigned: in lowerTypeBasic()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDebugInfoMetadata.cpp355 case dwarf::DW_ATE_unsigned: in getSignedness()
/freebsd-12.1/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c1397 case DW_ATE_unsigned: in die_base_from_dwarf()
/freebsd-12.1/contrib/gdb/gdb/
H A Ddwarf2read.c3997 case DW_ATE_unsigned: in read_base_type()
6307 case DW_ATE_unsigned: in dwarf_base_type()
7148 case DW_ATE_unsigned: in dwarf_type_encoding_name()
/freebsd-12.1/contrib/binutils/binutils/
H A Ddwarf.c1270 case DW_ATE_unsigned: printf ("(unsigned)"); break; in read_and_display_attr_value()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp720 Encoding = llvm::dwarf::DW_ATE_unsigned; in CreateType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp1303 case DW_ATE_unsigned: in GetBuiltinTypeForDWARFEncodingAndBitSize()