| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDataExtractor.cpp | 52 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 D | DWARFDebugArangeSet.cpp | 71 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 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 | 243 DebugLineOffset = Data.getUnsigned(Offset, getOffsetByteSize()); in parseMacroHeader()
|
| H A D | DWARFExpression.cpp | 157 Operands[Operand] = Data.getUnsigned(&Offset, AddressSize); in extract() 163 Data.getUnsigned(&Offset, dwarf::getDwarfOffsetByteSize(*Format)); in extract()
|
| H A D | DWARFUnit.cpp | 257 TypeOffset = debug_info.getUnsigned( in extract()
|
| H A D | DWARFAcceleratorTable.cpp | 648 uint64_t EntryOffset = AS.getUnsigned(&EntryOffsetOffset, SectionOffsetSize); in getNameTableEntry()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | DataExtractor.h | 270 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
| H A D | Decompressor.cpp | 60 if (Extractor.getUnsigned(&Offset, Is64Bit ? sizeof(Elf64_Word) in consumeCompressedZLibHeader() 69 DecompressedSize = Extractor.getUnsigned( in consumeCompressedZLibHeader()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIParser.cpp | 514 bool getUnsigned(unsigned &Result); 626 if (getUnsigned(Value)) in parseSectionID() 646 if (getUnsigned(ID)) in parseBasicBlockDefinition() 820 if (getUnsigned(Weight)) in parseBasicBlockSuccessors() 1022 if (getUnsigned(InstrNum)) in parse() 1301 if (getUnsigned(ID)) in parseVirtualRegister() 1446 if (getUnsigned(TiedDefIdx)) in parseRegisterTiedDefIndex() 1790 static bool getUnsigned(const MIToken &Token, unsigned &Result, in getUnsigned() function 1812 bool MIParser::getUnsigned(unsigned &Result) { in getUnsigned() function in MIParser 1813 return ::getUnsigned( in getUnsigned() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/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 | 149 return Value.getUnsigned();
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/ |
| H A D | VariantValue.h | 289 unsigned getUnsigned() const;
|
| /netbsd-src/external/apache2/llvm/dist/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
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFListTable.h | 129 auto R = Data.getUnsigned(&Offset, OffsetByteSize); in getOffsetEntry()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
| H A D | DwarfCFIEHPrinter.h | 151 auto FDECount = DE.getUnsigned(&Offset, 4); in printEHFrameHdr()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
| H A D | DWARFStreamer.cpp | 458 uint64_t Low = Data.getUnsigned(&Offset, AddressSize); in emitLocationsForUnit() 459 uint64_t High = Data.getUnsigned(&Offset, AddressSize); in emitLocationsForUnit()
|
| H A D | DWARFLinker.cpp | 1879 uint32_t Loc = Data.getUnsigned(&InputOffset, AddrSize); in patchFrameInfoForObject()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | APSInt.h | 332 static APSInt getUnsigned(uint64_t X) { return APSInt(APInt(64, X), true); } in getUnsigned() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
| H A D | dwarf2yaml.cpp | 369 LineData.getUnsigned(&Offset, SizeOfPrologueLength); in dumpDebugLines()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | MicrosoftMangle.cpp | 1615 mangleIntegerLiteral(llvm::APSInt::getUnsigned(0), in mangleTemplateArg() 2158 Extra.mangleIntegerLiteral(llvm::APSInt::getUnsigned(TargetAS)); in mangleAddressSpaceType() 3066 Extra.mangleIntegerLiteral(llvm::APSInt::getUnsigned(T->getNumElements())); in mangleType() 3345 Extra.mangleIntegerLiteral(llvm::APSInt::getUnsigned(T->getNumBits())); in mangleType()
|
| H A D | Expr.cpp | 867 S, llvm::APSInt::getUnsigned(getValue().getZExtValue()), Scale); in getValueAsString()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
| H A D | DwarfLinkerForBinary.cpp | 534 uint64_t Addend = Data.getUnsigned(&OffsetCopy, RelocSize); in findValidRelocsMachO()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 11346 Out << llvm::APSInt::getUnsigned(Data.VecRegSize / NumElts); in emitX86DeclareSimdFunction() 11724 : llvm::APSInt::getUnsigned( in emitDeclareSimdFunction() 11752 ParamAttr.StrideOrArg = llvm::APSInt::getUnsigned(1); in emitDeclareSimdFunction() 11760 ParamAttr.StrideOrArg = llvm::APSInt::getUnsigned( in emitDeclareSimdFunction()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 642 UsedSize = llvm::APSInt::getUnsigned(H.getSizeLowerBound()) in checkFortifiedBuiltinMemoryFunction() 748 ObjectSize = llvm::APSInt::getUnsigned(Result).extOrTrunc(SizeTypeWidth); in checkFortifiedBuiltinMemoryFunction()
|