Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp215 assert((Encoding == dwarf::DW_ATE_unsigned || in isUnsignedDIType()
224 return Encoding == dwarf::DW_ATE_unsigned || in isUnsignedDIType()
H A DDwarfExpression.cpp588 else if (Encoding == dwarf::DW_ATE_unsigned) in addExpression()
H A DDwarfUnit.cpp1394 dwarf::DW_ATE_unsigned); in getIndexTyDie()
H A DCodeViewDebug.cpp1703 case dwarf::DW_ATE_unsigned: in lowerTypeBasic()
/freebsd-13.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-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp127 case dwarf::DW_ATE_unsigned: in BTFTypeInt()
434 case dwarf::DW_ATE_unsigned: in visitBasicType()
539 auto TypeEntry = std::make_unique<BTFTypeInt>(dwarf::DW_ATE_unsigned, 32, in visitArrayType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp558 case dwarf::DW_ATE_unsigned: in getSignedness()
1518 dwarf::TypeKind TK = Signed ? dwarf::DW_ATE_signed : dwarf::DW_ATE_unsigned; in getExtOps()
H A DVerifier.cpp1046 (Basic && (Basic->getEncoding() == dwarf::DW_ATE_unsigned || in visitDIDerivedType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp96 DTy = DIB.createBasicType(Name, Size, dwarf::DW_ATE_unsigned); in applyDebugifyMetadata()
/freebsd-13.1/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c1405 case DW_ATE_unsigned: in die_base_from_dwarf()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2494 case DW_ATE_unsigned: in Evaluate()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp813 Encoding = llvm::dwarf::DW_ATE_unsigned; in CreateType()
900 ? llvm::dwarf::DW_ATE_unsigned in CreateType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5943 : llvm::dwarf::DW_ATE_unsigned}; in pushCast()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1079 case DW_ATE_unsigned: in GetBuiltinTypeForDWARFEncodingAndBitSize()