| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/ |
| H A D | DWARFDataExtractorSimple.h | 123 Result = getUnsigned(Offset, getAddressSize()); in getEncodedPointer() 136 Result = getUnsigned(Offset, 2); in getEncodedPointer() 139 Result = getUnsigned(Offset, 4); in getEncodedPointer() 142 Result = getUnsigned(Offset, 8); in getEncodedPointer() 189 return getUnsigned(Off, Size, Err);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | DataExtractor.h | 276 LLVM_ABI uint64_t getUnsigned(uint64_t *offset_ptr, uint32_t byte_size, 282 uint64_t getUnsigned(Cursor &C, uint32_t Size) const { in getUnsigned() function 283 return getUnsigned(&C.Offset, Size, &C.Err); in getUnsigned() 329 return getUnsigned(offset_ptr, AddressSize); in getAddress() 335 uint64_t getAddress(Cursor &C) const { return getUnsigned(C, AddressSize); } in getAddress()
|
| H A D | SMTAPI.h | 139 virtual unsigned getUnsigned(llvm::StringRef) const = 0;
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugArangeSet.cpp | 72 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 D | DWARFDebugPubTable.cpp | 52 NewSet.Size = SetData.getUnsigned(C, OffsetSize); in extract() 66 uint64_t DieRef = SetData.getUnsigned(C, OffsetSize); in extract()
|
| H A D | DWARFDebugMacro.cpp | 244 DebugLineOffset = Data.getUnsigned(Offset, getOffsetByteSize()); in parseMacroHeader()
|
| H A D | DWARFUnit.cpp | 282 TypeOffset = debug_info.getUnsigned( in extract()
|
| H A D | DWARFAcceleratorTable.cpp | 806 uint64_t EntryOffset = AS.getUnsigned(&EntryOffsetOffset, SectionOffsetSize); in getNameTableEntry()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | Decompressor.cpp | 40 auto ChType = Extractor.getUnsigned(&Offset, Is64Bit ? sizeof(Elf64_Word) in consumeCompressedHeader() 60 DecompressedSize = Extractor.getUnsigned( in consumeCompressedHeader()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDataExtractor.h | 50 return getUnsigned(Off, Size, Err); in getRelocatedValueImpl() 53 uint64_t LocData = getUnsigned(Off, Size, Err); in getRelocatedValueImpl()
|
| H A D | DWARFListTable.h | 130 auto R = Data.getUnsigned(&Offset, OffsetByteSize); in getOffsetEntry()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIParser.cpp | 533 bool getUnsigned(unsigned &Result); 661 if (getUnsigned(Value)) in parseSectionID() 683 if (getUnsigned(BaseID)) in parseBBID() 687 if (getUnsigned(CloneID)) in parseBBID() 700 if (getUnsigned(Value)) in parseCallFrameSize() 711 if (getUnsigned(ID)) in parseBasicBlockDefinition() 910 if (getUnsigned(Weight)) in parseBasicBlockSuccessors() 1115 if (getUnsigned(CFIType)) in parse() 1128 if (getUnsigned(InstrNum)) in parse() 1295 if (getUnsigned(ID)) in parseMachineMetadata() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | InterpreterUtils.cpp | 18 return IntegerLiteral::Create(C, llvm::APSInt::getUnsigned(Val), in IntegerLiteralExpr()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/LowLevel/ |
| H A D | DWARFExpression.cpp | 189 Operands[Operand] = Data.getUnsigned(&Offset, AddressSize); in extract() 195 Data.getUnsigned(&Offset, dwarf::getDwarfOffsetByteSize(*Format)); in extract()
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | VariantValue.cpp | 295 setUnsigned(Other.getUnsigned()); in operator =() 368 unsigned VariantValue::getUnsigned() const { in getUnsigned() function in clang::ast_matchers::dynamic::VariantValue
|
| H A D | Marshallers.h | 148 return Value.getUnsigned();
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | Z3CrosscheckVisitor.cpp | 91 return Solver->getStatistics()->getUnsigned("rlimit count"); in finalizeVisitor()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/ |
| H A D | VariantValue.h | 289 unsigned getUnsigned() const;
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | DataExtractor.cpp | 126 uint64_t DataExtractor::getUnsigned(uint64_t *offset_ptr, uint32_t byte_size, in getUnsigned() function in DataExtractor
|
| H A D | Z3Solver.cpp | 933 unsigned getUnsigned(StringRef Key) const override { in getUnsigned() function in __anona2cc94240111::Z3Statistics
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | DwarfCFIEHPrinter.h | 151 auto FDECount = DE.getUnsigned(&Offset, 4); in printEHFrameHdr()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APSInt.h | 351 static APSInt getUnsigned(uint64_t X) { return APSInt(APInt(64, X), true); } in getUnsigned() function
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | MicrosoftMangle.cpp | 1870 mangleIntegerLiteral(llvm::APSInt::getUnsigned(0), in mangleTemplateArg() 2477 Extra.mangleIntegerLiteral(llvm::APSInt::getUnsigned(TargetAS)); in mangleAddressSpaceType() 3524 Extra.mangleIntegerLiteral(llvm::APSInt::getUnsigned(T->getNumElements())); in mangleType() 3558 Extra.mangleIntegerLiteral(llvm::APSInt::getUnsigned(T->getNumRows())); in mangleType() 3559 Extra.mangleIntegerLiteral(llvm::APSInt::getUnsigned(T->getNumColumns())); in mangleType() 3765 Extra.mangleIntegerLiteral(llvm::APSInt::getUnsigned(T->getNumBits())); in mangleType()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerImpl.cpp | 783 uint64_t Loc = Data.getUnsigned(&InputOffset, SrcAddrSize); in cloneAndEmitDebugFrame()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | |