/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDataExtractor.cpp | 54 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 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 | DWARFExpression.cpp | 156 Operands[Operand] = Data.getUnsigned(&Offset, AddressSize); in extract() 162 Data.getUnsigned(&Offset, dwarf::getDwarfOffsetByteSize(*Format)); in extract()
|
H A D | DWARFAcceleratorTable.cpp | 648 uint64_t EntryOffset = AS.getUnsigned(&EntryOffsetOffset, SectionOffsetSize); in getNameTableEntry()
|
H A D | DWARFUnit.cpp | 275 TypeOffset = debug_info.getUnsigned( in extract()
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | DataExtractor.h | 273 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()
|
/openbsd/gnu/llvm/llvm/lib/Object/ |
H A D | Decompressor.cpp | 39 auto ChType = Extractor.getUnsigned(&Offset, Is64Bit ? sizeof(Elf64_Word) in consumeCompressedHeader() 59 DecompressedSize = Extractor.getUnsigned( in consumeCompressedHeader()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 672 if (getUnsigned(Value)) in parseBBID() 683 if (getUnsigned(ID)) in parseBasicBlockDefinition() 1277 if (getUnsigned(ID)) in parseMachineMetadata() 1367 if (getUnsigned(ID)) in parseMetadata() 1516 if (getUnsigned(ID)) in parseVirtualRegister() 2040 return ::getUnsigned( in getUnsigned() 2077 if (getUnsigned(ID)) in parseStackFrameIndex() 2106 if (getUnsigned(ID)) in parseFixedStackFrameIndex() 2175 if (getUnsigned(ID)) in parseConstantPoolIndexOperand() 2190 if (getUnsigned(ID)) in parseJumpTableIndexOperand() [all …]
|
/openbsd/gnu/llvm/clang/lib/ASTMatchers/Dynamic/ |
H A D | VariantValue.cpp | 296 setUnsigned(Other.getUnsigned()); in operator =() 369 unsigned VariantValue::getUnsigned() const { in getUnsigned() function in clang::ast_matchers::dynamic::VariantValue
|
H A D | Marshallers.h | 148 return Value.getUnsigned();
|
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/Dynamic/ |
H A D | VariantValue.h | 289 unsigned getUnsigned() const;
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | DataExtractor.cpp | 125 uint64_t DataExtractor::getUnsigned(uint64_t *offset_ptr, uint32_t byte_size, in getUnsigned() function in DataExtractor
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFListTable.h | 129 auto R = Data.getUnsigned(&Offset, OffsetByteSize); in getOffsetEntry()
|
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | DwarfCFIEHPrinter.h | 151 auto FDECount = DE.getUnsigned(&Offset, 4); in printEHFrameHdr()
|
/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | APSInt.h | 350 static APSInt getUnsigned(uint64_t X) { return APSInt(APInt(64, X), true); } in getUnsigned() function
|
/openbsd/gnu/llvm/llvm/lib/DWARFLinker/ |
H A D | DWARFStreamer.cpp | 452 uint64_t Low = Data.getUnsigned(&Offset, AddressSize); in emitLocationsForUnit() 453 uint64_t High = Data.getUnsigned(&Offset, AddressSize); in emitLocationsForUnit()
|
H A D | DWARFLinker.cpp | 1999 uint64_t Loc = Data.getUnsigned(&InputOffset, AddrSize); in patchFrameInfoForObject()
|
/openbsd/gnu/llvm/llvm/tools/obj2yaml/ |
H A D | dwarf2yaml.cpp | 371 LineData.getUnsigned(&Offset, SizeOfPrologueLength); in dumpDebugLines()
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | MicrosoftMangle.cpp | 1650 mangleIntegerLiteral(llvm::APSInt::getUnsigned(0), in mangleTemplateArg() 2193 Extra.mangleIntegerLiteral(llvm::APSInt::getUnsigned(TargetAS)); in mangleAddressSpaceType() 3117 Extra.mangleIntegerLiteral(llvm::APSInt::getUnsigned(T->getNumElements())); in mangleType() 3396 Extra.mangleIntegerLiteral(llvm::APSInt::getUnsigned(T->getNumBits())); in mangleType()
|
H A D | Expr.cpp | 1024 S, llvm::APSInt::getUnsigned(getValue().getZExtValue()), Scale); in getValueAsString()
|
/openbsd/gnu/llvm/llvm/tools/dsymutil/ |
H A D | DwarfLinkerForBinary.cpp | 819 uint64_t Addend = Data.getUnsigned(&OffsetCopy, RelocSize); in findValidRelocsMachO()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 11134 Out << llvm::APSInt::getUnsigned(Data.VecRegSize / NumElts); in emitX86DeclareSimdFunction() 11459 : llvm::APSInt::getUnsigned( in emitDeclareSimdFunction() 11508 ParamAttr.StrideOrArg = llvm::APSInt::getUnsigned(1); in emitDeclareSimdFunction() 11520 ParamAttr.StrideOrArg = llvm::APSInt::getUnsigned(It->second); in emitDeclareSimdFunction()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 1115 return llvm::APSInt::getUnsigned(Result).extOrTrunc(SizeTypeWidth); in checkFortifiedBuiltinMemoryFunction() 1130 return llvm::APSInt::getUnsigned(Result + 1).extOrTrunc(SizeTypeWidth); in checkFortifiedBuiltinMemoryFunction() 1251 SourceSize = llvm::APSInt::getUnsigned(H.getSizeLowerBound()) in checkFortifiedBuiltinMemoryFunction()
|