Home
last modified time | relevance | path

Searched refs:getU32 (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFGdbIndex.cpp119 Version = Data.getU32(&Offset); in parseImpl()
123 CuListOffset = Data.getU32(&Offset); in parseImpl()
124 TuListOffset = Data.getU32(&Offset); in parseImpl()
125 AddressAreaOffset = Data.getU32(&Offset); in parseImpl()
126 SymbolTableOffset = Data.getU32(&Offset); in parseImpl()
127 ConstantPoolOffset = Data.getU32(&Offset); in parseImpl()
156 uint32_t CuIndex = Data.getU32(&Offset); in parseImpl()
172 uint32_t NameOffset = Data.getU32(&Offset); in parseImpl()
173 uint32_t CuVecOffset = Data.getU32(&Offset); in parseImpl()
188 uint32_t Num = Data.getU32(&Offset); in parseImpl()
[all …]
H A DDWARFUnitIndex.cpp101 Version = IndexData.getU32(OffsetPtr); in parse()
109 NumColumns = IndexData.getU32(OffsetPtr); in parse()
110 NumUnits = IndexData.getU32(OffsetPtr); in parse()
111 NumBuckets = IndexData.getU32(OffsetPtr); in parse()
157 auto Index = IndexData.getU32(&Offset); in parseImpl()
168 RawSectionIds[i] = IndexData.getU32(&Offset); in parseImpl()
184 Contrib[i].setOffset(IndexData.getU32(&Offset)); in parseImpl()
191 Contrib[i].setLength(IndexData.getU32(&Offset)); in parseImpl()
H A DDWARFAcceleratorTable.cpp51 Hdr.Magic = AccelSection.getU32(&Offset); in extract()
54 Hdr.BucketCount = AccelSection.getU32(&Offset); in extract()
55 Hdr.HashCount = AccelSection.getU32(&Offset); in extract()
67 uint32_t NumAtoms = AccelSection.getU32(&Offset); in extract()
242 unsigned Index = AccelSection.getU32(&Offset); in dump()
458 CompUnitCount = AS.getU32(C); in extract()
459 LocalTypeUnitCount = AS.getU32(C); in extract()
460 ForeignTypeUnitCount = AS.getU32(C); in extract()
461 BucketCount = AS.getU32(C); in extract()
462 NameCount = AS.getU32(C); in extract()
[all …]
H A DDWARFVerifier.cpp146 AbbrOffset = isUnitDWARF64 ? DebugInfoData.getU64(Offset) : DebugInfoData.getU32(Offset); in verifyUnitHeader()
150 AbbrOffset = isUnitDWARF64 ? DebugInfoData.getU64(Offset) : DebugInfoData.getU32(Offset); in verifyUnitHeader()
1021 uint32_t HashIdx = AccelSectionData.getU32(&BucketsOffset); in verifyAppleAccelTable()
1041 uint32_t Hash = AccelSectionData.getU32(&HashOffset); in verifyAppleAccelTable()
1042 uint64_t HashDataOffset = AccelSectionData.getU32(&DataOffset); in verifyAppleAccelTable()
1056 while ((StrpOffset = AccelSectionData.getU32(&HashDataOffset)) != 0) { in verifyAppleAccelTable()
1058 AccelSectionData.getU32(&HashDataOffset); in verifyAppleAccelTable()
H A DDWARFListTable.cpp50 HeaderData.OffsetEntryCount = Data.getU32(OffsetPtr); in extract()
H A DDWARFFormValue.cpp135 uint32_t size = DebugInfoData.getU32(OffsetPtr); in skipValue()
260 Value.uval = Data.getU32(OffsetPtr, &Err); in extractValue()
312 Value.uval |= Data.getU32(OffsetPtr, &Err); in extractValue()
H A DDWARFExpression.cpp178 Operands[Operand] = Data.getU32(&Offset); in extract()
213 Operands[Operand] = Data.getU32(&Offset); in extract()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp121 uint32_t HdrLen = Extractor.getU32(C); in parseBTF()
126 uint32_t TypeOff = Extractor.getU32(C); in parseBTF()
127 uint32_t TypeLen = Extractor.getU32(C); in parseBTF()
128 uint32_t StrOff = Extractor.getU32(C); in parseBTF()
129 uint32_t StrLen = Extractor.getU32(C); in parseBTF()
267 uint32_t HdrLen = Extractor.getU32(C); in parseBTFExt()
301 uint32_t RecSize = Extractor.getU32(C); in parseLineInfo()
309 uint32_t NumInfo = Extractor.getU32(C); in parseLineInfo()
344 uint32_t RecSize = Extractor.getU32(C); in parseRelocInfo()
352 uint32_t NumInfo = Extractor.getU32(C); in parseRelocInfo()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp44 FI.Range = {BaseAddr, BaseAddr + Data.getU32(&Offset)}; in decode()
48 FI.Name = Data.getU32(&Offset); in decode()
58 const uint32_t IT = Data.getU32(&Offset); in decode()
62 const uint32_t InfoLength = Data.getU32(&Offset); in decode()
187 LR.FuncRange = {FuncAddr, FuncAddr + Data.getU32(&Offset)}; in lookup()
188 uint32_t NameOffset = Data.getU32(&Offset); in lookup()
214 const uint32_t IT = Data.getU32(&Offset); in lookup()
215 const uint32_t InfoLength = Data.getU32(&Offset); in lookup()
H A DHeader.cpp71 H.Magic = Data.getU32(&Offset); in decode()
76 H.NumAddresses = Data.getU32(&Offset); in decode()
77 H.StrtabOffset = Data.getU32(&Offset); in decode()
78 H.StrtabSize = Data.getU32(&Offset); in decode()
H A DObjectFileTransformer.cpp53 const uint32_t NameSize = Decoder.getU32(&Offset); in getUUID()
54 const uint32_t PayloadSize = Decoder.getU32(&Offset); in getUUID()
55 const uint32_t PayloadType = Decoder.getU32(&Offset); in getUUID()
H A DGsymReader.cpp156 if (!Data.getU32(&Offset, in parse()
174 if (Data.getU32(&Offset, Swap->AddrInfoOffsets.data(), Hdr->NumAddresses)) in parse()
180 const uint32_t NumFiles = Data.getU32(&Offset); in parse()
183 if (Data.getU32(&Offset, &Swap->Files[0].Dir, NumFiles*2)) in parse()
290 uint32_t FuncSize = ExpextedData->getU32(&Offset); in getFunctionInfoDataForAddress()
H A DInlineInfo.cpp83 Data.getU32(&Offset); // Skip Inline.Name. in skip()
126 Inline.Name = Data.getU32(&Offset); in lookup()
197 Inline.Name = Data.getU32(&Offset); in decode()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h508 uint32_t getU32(uint64_t *offset_ptr, Error *Err = nullptr) const;
513 uint32_t getU32(Cursor &C) const { return getU32(&C.Offset, &C.Err); } in getU32() function
538 uint32_t *getU32(uint64_t *offset_ptr, uint32_t *dst, uint32_t count) const;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDataExtractor.cpp108 uint32_t DataExtractor::getU32(uint64_t *offset_ptr, llvm::Error *Err) const { in getU32() function in DataExtractor
112 uint32_t *DataExtractor::getU32(uint64_t *offset_ptr, uint32_t *dst, in getU32() function in DataExtractor
134 return getU32(offset_ptr, Err); in getUnsigned()
149 return (int32_t)getU32(offset_ptr); in getSigned()
H A DELFAttributeParser.cpp142 uint32_t size = de.getU32(cursor); in parseSubsection()
211 uint32_t sectionLength = de.getU32(cursor); in parse()
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp36 uint64_t Length = StrOffsetsData.getU32(&Offset); in debugStrOffsetsHeaderSize()
74 StrIndex = InfoData.getU32(&InfoOffset); in getIndexedString()
90 uint64_t StrOffset = StrOffsetsData.getU32(&StrOffsetsOffset); in getIndexedString()
271 C.setLength(Data.getU32(&Offset) + 4); in addAllTypesFromTypesSection()
274 Data.getU32(&Offset); // Abbrev offset in addAllTypesFromTypesSection()
398 Header.DebugAbbrevOffset = InfoData.getU32(&Offset); in parseInfoSectionUnitHeader()
405 InfoData.getU32(&Offset); in parseInfoSectionUnitHeader()
410 Header.DebugAbbrevOffset = InfoData.getU32(&Offset); in parseInfoSectionUnitHeader()
450 auto OldOffset = Data.getU32(&Offset); in writeStringsAndOffsets()
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DTrace.cpp136 Record.TId = Reader.getU32(&OffsetPtr); in loadNaiveFormatLog()
143 Record.PId = Reader.getU32(&OffsetPtr); in loadNaiveFormatLog()
166 auto TId = Reader.getU32(&OffsetPtr); in loadNaiveFormatLog()
173 auto PId = Reader.getU32(&OffsetPtr); in loadNaiveFormatLog()
H A DFileHeaderReader.cpp45 uint32_t Bitfield = HeaderExtractor.getU32(&OffsetPtr); in readBinaryFormatHeader()
H A DRecordInitializer.cpp46 R.Nanos = E.getU32(&OffsetPtr); in visit()
395 uint32_t Buffer = E.getU32(&OffsetPtr); in visit()
421 R.Delta = E.getU32(&OffsetPtr); in visit()
H A DInstrumentationMap.cpp178 Entry.Address = RelocateOrElse(AddrOff, Extractor.getU32(&OffsetPtr)); in loadObj()
183 Entry.Function = RelocateOrElse(FuncOff, Extractor.getU32(&OffsetPtr)); in loadObj()
H A DProfile.cpp55 H.Size = Extractor.getU32(&Offset); in readBlockHeader()
62 H.Number = Extractor.getU32(&Offset); in readBlockHeader()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h144 uint32_t getWord() { return de.getU32(cursor); } in getWord()
158 Val = de.getU32(cursor); in readInt()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1464 ParamsTypeValue = DE.getU32(Cur); in XCOFFTracebackTable()
1467 TraceBackTableOffset = DE.getU32(Cur); in XCOFFTracebackTable()
1470 HandlerMask = DE.getU32(Cur); in XCOFFTracebackTable()
1473 NumOfCtlAnchors = DE.getU32(Cur); in XCOFFTracebackTable()
1478 Disp.push_back(DE.getU32(Cur)); in XCOFFTracebackTable()
1532 EhInfoDisp = Is64BitObj ? DE.getU64(Cur) : DE.getU32(Cur); in XCOFFTracebackTable()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp2132 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
2138 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
2144 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
2177 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
2181 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()
2185 FourByteBuffer = DE.getU32(Cursor); in decodeKernelDescriptorDirective()

12