Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp232 assert((Encoding == dwarf::DW_ATE_unsigned || in isUnsignedDIType()
244 return Encoding == dwarf::DW_ATE_unsigned || in isUnsignedDIType()
H A DDwarfExpression.cpp654 else if (Encoding == dwarf::DW_ATE_unsigned) in addExpression()
H A DCodeViewDebug.cpp1870 case dwarf::DW_ATE_unsigned: in lowerTypeBasic()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitNonSemanticDI.cpp281 case dwarf::DW_ATE_unsigned: in emitGlobalDI()
/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.cpp168 case dwarf::DW_ATE_unsigned: in BTFTypeInt()
605 case dwarf::DW_ATE_unsigned: in visitBasicType()
821 auto TypeEntry = std::make_unique<BTFTypeInt>(dwarf::DW_ATE_unsigned, 32, in visitArrayType()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h741 return isFortran(S) ? DW_ATE_signed : DW_ATE_unsigned; in getArrayIndexTypeEncoding()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp903 case dwarf::DW_ATE_unsigned: in getSignedness()
2467 assert(Op.getArg(1) == dwarf::DW_ATE_unsigned && "Unexpected operand"); in constantFold()
2519 dwarf::TypeKind TK = Signed ? dwarf::DW_ATE_signed : dwarf::DW_ATE_unsigned; in getExtOps()
H A DVerifier.cpp1305 (Basic && (Basic->getEncoding() == dwarf::DW_ATE_unsigned || in visitDIDerivedType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp720 case DW_ATE_unsigned: in GetDIEBitSizeAndSign()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp158 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/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1035 DBuilder.createBasicType(Name, Width, llvm::dwarf::DW_ATE_unsigned); \ in CreateType()
1058 Encoding = llvm::dwarf::DW_ATE_unsigned; in CreateType()
1126 ? llvm::dwarf::DW_ATE_unsigned in CreateType()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6431 : llvm::dwarf::DW_ATE_unsigned}; in pushCast()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1041 case DW_ATE_unsigned: in GetBuiltinTypeForDWARFEncodingAndBitSize()