Searched refs:getUnsigned (Results 1 - 25 of 25) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDataExtractor.cpp54 return getUnsigned(Off, Size, Err);
58 uint64_t LocData = getUnsigned(Off, Size, Err);
86 Result = getUnsigned(Offset, getAddressSize());
99 Result = getUnsigned(Offset, 2);
102 Result = getUnsigned(Offset, 4);
105 Result = getUnsigned(Offset, 8);
H A DDWARFDebugArangeSet.cpp72 HeaderData.CuOffset = data.getUnsigned(
139 arangeDescriptor.Address = data.getUnsigned(offset_ptr, HeaderData.AddrSize);
140 arangeDescriptor.Length = data.getUnsigned(offset_ptr, HeaderData.AddrSize);
H A DDWARFDebugPubTable.cpp52 NewSet.Size = SetData.getUnsigned(C, OffsetSize);
66 uint64_t DieRef = SetData.getUnsigned(C, OffsetSize);
H A DDWARFDebugMacro.cpp244 DebugLineOffset = Data.getUnsigned(Offset, getOffsetByteSize());
H A DDWARFExpression.cpp186 Operands[Operand] = Data.getUnsigned(&Offset, AddressSize);
192 Data.getUnsigned(&Offset, dwarf::getDwarfOffsetByteSize(*Format));
H A DDWARFUnit.cpp278 TypeOffset = debug_info.getUnsigned(
H A DDWARFAcceleratorTable.cpp730 uint64_t EntryOffset = AS.getUnsigned(&EntryOffsetOffset, SectionOffsetSize);
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DDecompressor.cpp40 auto ChType = Extractor.getUnsigned(&Offset, Is64Bit ? sizeof(Elf64_Word)
60 DecompressedSize = Extractor.getUnsigned(
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h273 uint64_t getUnsigned(uint64_t *offset_ptr, uint32_t byte_size,
279 uint64_t getUnsigned(Cursor &C, uint32_t Size) const { function in class:llvm::DataExtractor
280 return getUnsigned(&C.Offset, Size, &C.Err);
326 return getUnsigned(offset_ptr, AddressSize);
332 uint64_t getAddress(Cursor &C) const { return getUnsigned(C, AddressSize); }
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp525 bool getUnsigned(unsigned &Result);
653 if (getUnsigned(Value))
675 if (getUnsigned(BaseID))
679 if (getUnsigned(CloneID))
692 if (getUnsigned(Value))
703 if (getUnsigned(ID))
909 if (getUnsigned(Weight))
1113 // getUnsigned is sufficient for 32-bit integers.
1114 if (getUnsigned(CFIType))
1127 if (getUnsigned(InstrNu
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreterUtils.cpp18 return IntegerLiteral::Create(C, llvm::APSInt::getUnsigned(Val),
/freebsd-current/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp296 setUnsigned(Other.getUnsigned());
369 unsigned VariantValue::getUnsigned() const { function in class:clang::ast_matchers::dynamic::VariantValue
H A DMarshallers.h148 return Value.getUnsigned();
/freebsd-current/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h289 unsigned getUnsigned() const;
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DDataExtractor.cpp126 uint64_t DataExtractor::getUnsigned(uint64_t *offset_ptr, uint32_t byte_size, function in class:DataExtractor
138 llvm_unreachable("getUnsigned unhandled case!");
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFListTable.h129 auto R = Data.getUnsigned(&Offset, OffsetByteSize);
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DDwarfCFIEHPrinter.h150 auto FDECount = DE.getUnsigned(&Offset, 4);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h350 static APSInt getUnsigned(uint64_t X) { return APSInt(APInt(64, X), true); } function in class:llvm::APSInt
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp1728 mangleIntegerLiteral(llvm::APSInt::getUnsigned(0),
2310 Extra.mangleIntegerLiteral(llvm::APSInt::getUnsigned(TargetAS));
3254 Extra.mangleIntegerLiteral(llvm::APSInt::getUnsigned(T->getNumElements()));
3533 Extra.mangleIntegerLiteral(llvm::APSInt::getUnsigned(T->getNumBits()));
H A DExpr.cpp988 S, llvm::APSInt::getUnsigned(getValue().getZExtValue()), Scale);
H A DExprConstant.cpp3442 return APSInt::getUnsigned(Str.c_str()[Index]);
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp786 uint64_t Loc = Data.getUnsigned(&InputOffset, SrcAddrSize);
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2306 uint64_t Loc = Data.getUnsigned(&InputOffset, SrcAddrSize);
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp10657 Out << llvm::APSInt::getUnsigned(Data.VecRegSize / NumElts);
10982 : llvm::APSInt::getUnsigned(
11031 ParamAttr.StrideOrArg = llvm::APSInt::getUnsigned(1);
11043 ParamAttr.StrideOrArg = llvm::APSInt::getUnsigned(It->second);
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp1191 return llvm::APSInt::getUnsigned(Result).extOrTrunc(SizeTypeWidth);
1206 return llvm::APSInt::getUnsigned(Result + 1).extOrTrunc(SizeTypeWidth);
1306 SourceSize = llvm::APSInt::getUnsigned(H.getSizeLowerBound())
1393 llvm::APSInt::getUnsigned(H.getSizeLowerBound())

Completed in 1021 milliseconds