Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp225 assert((Encoding == dwarf::DW_ATE_unsigned || in isUnsignedDIType()
237 return Encoding == dwarf::DW_ATE_unsigned || in isUnsignedDIType()
H A DDwarfExpression.cpp648 else if (Encoding == dwarf::DW_ATE_unsigned) in addExpression()
H A DCodeViewDebug.cpp1856 case dwarf::DW_ATE_unsigned: in lowerTypeBasic()
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h542 #define DW_ATE_unsigned 0x7 macro
H A Ddwarf_dump.c445 case DW_ATE_unsigned: in dwarf_get_ATE_name()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp140 case dwarf::DW_ATE_unsigned: in BTFTypeInt()
539 case dwarf::DW_ATE_unsigned: in visitBasicType()
730 auto TypeEntry = std::make_unique<BTFTypeInt>(dwarf::DW_ATE_unsigned, 32, in visitArrayType()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h727 return isFortran(S) ? DW_ATE_signed : DW_ATE_unsigned; in getArrayIndexTypeEncoding()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp681 case dwarf::DW_ATE_unsigned: in getSignedness()
2189 assert(Op.getArg(1) == dwarf::DW_ATE_unsigned && "Unexpected operand"); in constantFold()
2241 dwarf::TypeKind TK = Signed ? dwarf::DW_ATE_signed : dwarf::DW_ATE_unsigned; in getExtOps()
H A DVerifier.cpp1247 (Basic && (Basic->getEncoding() == dwarf::DW_ATE_unsigned || in visitDIDerivedType()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp101 DTy = DIB.createBasicType(Name, Size, dwarf::DW_ATE_unsigned); in applyDebugifyMetadata()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c1404 case DW_ATE_unsigned: in die_base_from_dwarf()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2122 case DW_ATE_unsigned: in Evaluate()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp898 Encoding = llvm::dwarf::DW_ATE_unsigned; in CreateType()
966 ? llvm::dwarf::DW_ATE_unsigned in CreateType()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6459 : llvm::dwarf::DW_ATE_unsigned}; in pushCast()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1018 case DW_ATE_unsigned: in GetBuiltinTypeForDWARFEncodingAndBitSize()