Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDataExtractor.cpp54 return getUnsigned(Off, Size, Err); in getRelocatedValue()
58 uint64_t LocData = getUnsigned(Off, Size, Err); in getRelocatedValue()
86 Result = getUnsigned(Offset, getAddressSize()); in getEncodedPointer()
99 Result = getUnsigned(Offset, 2); in getEncodedPointer()
102 Result = getUnsigned(Offset, 4); in getEncodedPointer()
105 Result = getUnsigned(Offset, 8); in getEncodedPointer()
H A DDWARFDebugArangeSet.cpp72 HeaderData.CuOffset = data.getUnsigned( in extract()
139 arangeDescriptor.Address = data.getUnsigned(offset_ptr, HeaderData.AddrSize); in extract()
140 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.cpp244 DebugLineOffset = Data.getUnsigned(Offset, getOffsetByteSize()); in parseMacroHeader()
H A DDWARFExpression.cpp186 Operands[Operand] = Data.getUnsigned(&Offset, AddressSize); in extract()
192 Data.getUnsigned(&Offset, dwarf::getDwarfOffsetByteSize(*Format)); in extract()
H A DDWARFUnit.cpp282 TypeOffset = debug_info.getUnsigned( in extract()
H A DDWARFAcceleratorTable.cpp806 uint64_t EntryOffset = AS.getUnsigned(&EntryOffsetOffset, SectionOffsetSize); in getNameTableEntry()
/freebsd/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 { in getUnsigned() function
280 return getUnsigned(&C.Offset, Size, &C.Err); in getUnsigned()
326 return getUnsigned(offset_ptr, AddressSize); in getAddress()
332 uint64_t getAddress(Cursor &C) const { return getUnsigned(C, AddressSize); } in getAddress()
H A DSMTAPI.h134 virtual unsigned getUnsigned(llvm::StringRef) const = 0;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DDecompressor.cpp40 auto ChType = Extractor.getUnsigned(&Offset, Is64Bit ? sizeof(Elf64_Word) in consumeCompressedHeader()
60 DecompressedSize = Extractor.getUnsigned( in consumeCompressedHeader()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp525 bool getUnsigned(unsigned &Result);
653 if (getUnsigned(Value)) in parseSectionID()
675 if (getUnsigned(BaseID)) in parseBBID()
679 if (getUnsigned(CloneID)) in parseBBID()
692 if (getUnsigned(Value)) in parseCallFrameSize()
703 if (getUnsigned(ID)) in parseBasicBlockDefinition()
909 if (getUnsigned(Weight)) in parseBasicBlockSuccessors()
1114 if (getUnsigned(CFIType)) in parse()
1127 if (getUnsigned(InstrNum)) in parse()
1294 if (getUnsigned(ID)) in parseMachineMetadata()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreterUtils.cpp18 return IntegerLiteral::Create(C, llvm::APSInt::getUnsigned(Val), in IntegerLiteralExpr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DZ3CrosscheckVisitor.cpp88 RefutationSolver->getStatistics()->getUnsigned("rlimit count"), in finalizeVisitor()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp296 setUnsigned(Other.getUnsigned()); in operator =()
369 unsigned VariantValue::getUnsigned() const { in getUnsigned() function in clang::ast_matchers::dynamic::VariantValue
H A DMarshallers.h148 return Value.getUnsigned();
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h289 unsigned getUnsigned() const;
/freebsd/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
138 llvm_unreachable("getUnsigned unhandled case!"); in getUnsigned()
H A DZ3Solver.cpp933 unsigned getUnsigned(StringRef Key) const override { in getUnsigned() function in __anona2cc94240111::Z3Statistics
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFListTable.h129 auto R = Data.getUnsigned(&Offset, OffsetByteSize); in getOffsetEntry()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DDwarfCFIEHPrinter.h150 auto FDECount = DE.getUnsigned(&Offset, 4); in printEHFrameHdr()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h350 static APSInt getUnsigned(uint64_t X) { return APSInt(APInt(64, X), true); } in getUnsigned() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp1830 mangleIntegerLiteral(llvm::APSInt::getUnsigned(0), in mangleTemplateArg()
2413 Extra.mangleIntegerLiteral(llvm::APSInt::getUnsigned(TargetAS)); in mangleAddressSpaceType()
3395 Extra.mangleIntegerLiteral(llvm::APSInt::getUnsigned(T->getNumElements())); in mangleType()
3680 Extra.mangleIntegerLiteral(llvm::APSInt::getUnsigned(T->getNumBits())); in mangleType()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp784 uint64_t Loc = Data.getUnsigned(&InputOffset, SrcAddrSize); in cloneAndEmitDebugFrame()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2326 uint64_t Loc = Data.getUnsigned(&InputOffset, SrcAddrSize); in patchFrameInfoForObject()

12