Home
last modified time | relevance | path

Searched refs:getUnsigned (Results 1 – 24 of 24) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDataExtractor.cpp52 return getUnsigned(Off, Size, Err); in getRelocatedValue()
56 uint64_t LocData = getUnsigned(Off, Size, Err); in getRelocatedValue()
84 Result = getUnsigned(Offset, getAddressSize()); in getEncodedPointer()
97 Result = getUnsigned(Offset, 2); in getEncodedPointer()
100 Result = getUnsigned(Offset, 4); in getEncodedPointer()
103 Result = getUnsigned(Offset, 8); in getEncodedPointer()
H A DDWARFDebugArangeSet.cpp71 HeaderData.CuOffset = data.getUnsigned( in extract()
140 arangeDescriptor.Address = data.getUnsigned(offset_ptr, HeaderData.AddrSize); in extract()
141 arangeDescriptor.Length = data.getUnsigned(offset_ptr, HeaderData.AddrSize); in extract()
H A DDWARFDebugPubTable.cpp52 NewSet.Size = SetData.getUnsigned(C, OffsetSize); in extract()
66 uint64_t DieRef = SetData.getUnsigned(C, OffsetSize); in extract()
H A DDWARFDebugMacro.cpp243 DebugLineOffset = Data.getUnsigned(Offset, getOffsetByteSize()); in parseMacroHeader()
H A DDWARFExpression.cpp157 Operands[Operand] = Data.getUnsigned(&Offset, AddressSize); in extract()
163 Data.getUnsigned(&Offset, dwarf::getDwarfOffsetByteSize(*Format)); in extract()
H A DDWARFUnit.cpp257 TypeOffset = debug_info.getUnsigned( in extract()
H A DDWARFAcceleratorTable.cpp648 uint64_t EntryOffset = AS.getUnsigned(&EntryOffsetOffset, SectionOffsetSize); in getNameTableEntry()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h270 uint64_t getUnsigned(uint64_t *offset_ptr, uint32_t byte_size,
276 uint64_t getUnsigned(Cursor &C, uint32_t Size) const { in getUnsigned() function
277 return getUnsigned(&C.Offset, Size, &C.Err); in getUnsigned()
323 return getUnsigned(offset_ptr, AddressSize); in getAddress()
329 uint64_t getAddress(Cursor &C) const { return getUnsigned(C, AddressSize); } in getAddress()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DDecompressor.cpp60 if (Extractor.getUnsigned(&Offset, Is64Bit ? sizeof(Elf64_Word) in consumeCompressedZLibHeader()
69 DecompressedSize = Extractor.getUnsigned( in consumeCompressedZLibHeader()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp650 if (getUnsigned(Value)) in parseSectionID()
670 if (getUnsigned(ID)) in parseBasicBlockDefinition()
1206 if (getUnsigned(ID)) in parseMachineMetadata()
1296 if (getUnsigned(ID)) in parseMetadata()
1449 if (getUnsigned(ID)) in parseVirtualRegister()
1961 return ::getUnsigned( in getUnsigned()
1998 if (getUnsigned(ID)) in parseStackFrameIndex()
2027 if (getUnsigned(ID)) in parseFixedStackFrameIndex()
2096 if (getUnsigned(ID)) in parseConstantPoolIndexOperand()
2111 if (getUnsigned(ID)) in parseJumpTableIndexOperand()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp295 setUnsigned(Other.getUnsigned()); in operator =()
368 unsigned VariantValue::getUnsigned() const { in getUnsigned() function in clang::ast_matchers::dynamic::VariantValue
H A DMarshallers.h149 return Value.getUnsigned();
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h289 unsigned getUnsigned() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DDataExtractor.cpp126 uint64_t DataExtractor::getUnsigned(uint64_t *offset_ptr, uint32_t byte_size, in getUnsigned() function in DataExtractor
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFListTable.h129 auto R = Data.getUnsigned(&Offset, OffsetByteSize); in getOffsetEntry()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DDwarfCFIEHPrinter.h151 auto FDECount = DE.getUnsigned(&Offset, 4); in printEHFrameHdr()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp458 uint64_t Low = Data.getUnsigned(&Offset, AddressSize); in emitLocationsForUnit()
459 uint64_t High = Data.getUnsigned(&Offset, AddressSize); in emitLocationsForUnit()
H A DDWARFLinker.cpp1879 uint32_t Loc = Data.getUnsigned(&InputOffset, AddrSize); in patchFrameInfoForObject()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h327 static APSInt getUnsigned(uint64_t X) { return APSInt(APInt(64, X), true); } in getUnsigned() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp1615 mangleIntegerLiteral(llvm::APSInt::getUnsigned(0), in mangleTemplateArg()
2158 Extra.mangleIntegerLiteral(llvm::APSInt::getUnsigned(TargetAS)); in mangleAddressSpaceType()
3069 Extra.mangleIntegerLiteral(llvm::APSInt::getUnsigned(T->getNumElements())); in mangleType()
3348 Extra.mangleIntegerLiteral(llvm::APSInt::getUnsigned(T->getNumBits())); in mangleType()
H A DExpr.cpp933 S, llvm::APSInt::getUnsigned(getValue().getZExtValue()), Scale); in getValueAsString()
H A DExprConstant.cpp3374 return APSInt::getUnsigned(Str.c_str()[Index]); in extractStringLiteralCharacter()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp11506 Out << llvm::APSInt::getUnsigned(Data.VecRegSize / NumElts); in emitX86DeclareSimdFunction()
11884 : llvm::APSInt::getUnsigned( in emitDeclareSimdFunction()
11912 ParamAttr.StrideOrArg = llvm::APSInt::getUnsigned(1); in emitDeclareSimdFunction()
11920 ParamAttr.StrideOrArg = llvm::APSInt::getUnsigned( in emitDeclareSimdFunction()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp642 UsedSize = llvm::APSInt::getUnsigned(H.getSizeLowerBound()) in checkFortifiedBuiltinMemoryFunction()
748 ObjectSize = llvm::APSInt::getUnsigned(Result).extOrTrunc(SizeTypeWidth); in checkFortifiedBuiltinMemoryFunction()