Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp220 assert((Encoding == dwarf::DW_ATE_unsigned || in isUnsignedDIType()
229 return Encoding == dwarf::DW_ATE_unsigned || in isUnsignedDIType()
DDwarfExpression.cpp605 else if (Encoding == dwarf::DW_ATE_unsigned) in addExpression()
DCodeViewDebug.cpp1823 case dwarf::DW_ATE_unsigned: in lowerTypeBasic()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Ddwarf2.h420 DW_ATE_unsigned = 0x7, enumerator
Ddwarf2out.c4319 case DW_ATE_unsigned:
7756 encoding = DW_ATE_unsigned;
/openbsd/src/gnu/usr.bin/binutils/include/elf/
Ddwarf2.h546 DW_ATE_unsigned = 0x7, enumerator
/openbsd/src/usr.bin/ctfconv/
Ddwarf.h820 #define DW_ATE_unsigned 0x7 macro
Dparse.c769 case DW_ATE_unsigned: in parse_base()
/openbsd/src/gnu/usr.bin/binutils-2.17/include/elf/
Ddwarf2.h566 DW_ATE_unsigned = 0x7, enumerator
/openbsd/src/gnu/gcc/gcc/
Ddwarf2.h568 DW_ATE_unsigned = 0x7, enumerator
Ddwarf2out.c8196 encoding = DW_ATE_unsigned; in base_type_die()
/openbsd/src/gnu/llvm/llvm/lib/Target/BPF/
DBTFDebug.cpp138 case dwarf::DW_ATE_unsigned: in BTFTypeInt()
537 case dwarf::DW_ATE_unsigned: in visitBasicType()
728 auto TypeEntry = std::make_unique<BTFTypeInt>(dwarf::DW_ATE_unsigned, 32, in visitArrayType()
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DDwarf.h402 return isFortran(S) ? DW_ATE_signed : DW_ATE_unsigned; in getArrayIndexTypeEncoding()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DDebugInfoMetadata.cpp610 case dwarf::DW_ATE_unsigned: in getSignedness()
1883 assert(Op.getArg(1) == dwarf::DW_ATE_unsigned && "Unexpected operand"); in constantFold()
1935 dwarf::TypeKind TK = Signed ? dwarf::DW_ATE_signed : dwarf::DW_ATE_unsigned; in getExtOps()
DVerifier.cpp1135 (Basic && (Basic->getEncoding() == dwarf::DW_ATE_unsigned || in visitDIDerivedType()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DDebugify.cpp101 DTy = DIB.createBasicType(Name, Size, dwarf::DW_ATE_unsigned); in applyDebugifyMetadata()
/openbsd/src/gnu/llvm/llvm/docs/
DHowToUpdateDebugInfo.rst296 !10 = !DIBasicType(name: "ty64", size: 64, encoding: DW_ATE_unsigned)
DAMDGPUDwarfExtensionsForHeterogeneousDebugging.rst1079 ``DW_ATE_signed_char``, ``DW_ATE_unsigned``, ``DW_ATE_unsigned_char``,
/openbsd/src/gnu/llvm/lldb/source/Expression/
DDWARFExpression.cpp2429 case DW_ATE_unsigned: in Evaluate()
/openbsd/src/gnu/usr.bin/binutils/gdb/
Ddwarf2read.c4705 case DW_ATE_unsigned: in read_base_type()
7404 case DW_ATE_unsigned: in dwarf_base_type()
8232 case DW_ATE_unsigned: in dwarf_type_encoding_name()
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
Ddwarf.c1250 case DW_ATE_unsigned: printf ("(unsigned)"); break; in read_and_display_attr_value()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGDebugInfo.cpp839 Encoding = llvm::dwarf::DW_ATE_unsigned; in CreateType()
907 ? llvm::dwarf::DW_ATE_unsigned in CreateType()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp6036 : llvm::dwarf::DW_ATE_unsigned}; in pushCast()
/openbsd/src/gnu/usr.bin/binutils/binutils/
Dreadelf.c8090 case DW_ATE_unsigned: printf ("(unsigned)"); break; in read_and_display_attr_value()
/openbsd/src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp1076 case DW_ATE_unsigned: in GetBuiltinTypeForDWARFEncodingAndBitSize()

12