/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFGdbIndex.cpp | 135 uint64_t CuOffset = Data.getU64(&Offset); in parseImpl() 136 uint64_t CuLength = Data.getU64(&Offset); in parseImpl() 145 uint64_t CuOffset = Data.getU64(&Offset); in parseImpl() 146 uint64_t TypeOffset = Data.getU64(&Offset); in parseImpl() 147 uint64_t Signature = Data.getU64(&Offset); in parseImpl() 154 uint64_t LowAddress = Data.getU64(&Offset); in parseImpl() 155 uint64_t HighAddress = Data.getU64(&Offset); in parseImpl()
|
H A D | DWARFUnit.cpp | 281 TypeHash = debug_info.getU64(offset_ptr, &Err); in extract() 285 DWOId = debug_info.getU64(offset_ptr, &Err); in extract() 1103 uint64_t Size = DA.getU64(&Offset); in parseDWARF64StringOffsetsTableHeader()
|
H A D | DWARFUnitIndex.cpp | 153 Rows[i].Signature = IndexData.getU64(&Offset); in parseImpl()
|
H A D | DWARFExpression.cpp | 183 Operands[Operand] = Data.getU64(&Offset); in extract()
|
H A D | DWARFFormValue.cpp | 335 Value.uval = Data.getU64(OffsetPtr, &Err); in extractValue()
|
H A D | DWARFVerifier.cpp | 148 AbbrOffset = isUnitDWARF64 ? DebugInfoData.getU64(Offset) : DebugInfoData.getU32(Offset); in verifyUnitHeader() 152 AbbrOffset = isUnitDWARF64 ? DebugInfoData.getU64(Offset) : DebugInfoData.getU32(Offset); in verifyUnitHeader()
|
H A D | DWARFAcceleratorTable.cpp | 765 return Section.AccelSection.getU64(&Offset); in getForeignTUSignature()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | DataExtractor.cpp | 117 uint64_t DataExtractor::getU64(uint64_t *offset_ptr, llvm::Error *Err) const { in getU64() function in DataExtractor 121 uint64_t *DataExtractor::getU64(uint64_t *offset_ptr, uint64_t *dst, in getU64() function in DataExtractor 136 return getU64(offset_ptr, Err); in getUnsigned() 151 return (int64_t)getU64(offset_ptr); in getSigned()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | DataExtractor.h | 560 uint64_t getU64(uint64_t *offset_ptr, Error *Err = nullptr) const; 565 uint64_t getU64(Cursor &C) const { return getU64(&C.Offset, &C.Err); } in getU64() function 590 uint64_t *getU64(uint64_t *offset_ptr, uint64_t *dst, uint32_t count) const;
|
/freebsd/contrib/llvm-project/llvm/lib/XRay/ |
H A D | RecordInitializer.cpp | 20 R.Size = E.getU64(&OffsetPtr); in visit() 38 R.Seconds = E.getU64(&OffsetPtr); in visit() 74 R.TSC = E.getU64(&OffsetPtr); in visit() 92 R.BaseTSC = E.getU64(&OffsetPtr); in visit() 125 R.TSC = E.getU64(&OffsetPtr); in visit() 320 R.Arg = E.getU64(&OffsetPtr); in visit()
|
H A D | Profile.cpp | 69 H.Thread = Extractor.getU64(&Offset); in readBlockHeader() 103 D.CallCount = Extractor.getU64(&Offset); in readData() 110 D.CumulativeLocalTime = Extractor.getU64(&Offset); in readData()
|
H A D | FileHeaderReader.cpp | 55 FileHeader.CycleFrequency = HeaderExtractor.getU64(&OffsetPtr); in readBinaryFormatHeader()
|
H A D | InstrumentationMap.cpp | 180 Entry.Address = RelocateOrElse(AddrOff, Extractor.getU64(&OffsetPtr)); in loadObj() 185 Entry.Function = RelocateOrElse(FuncOff, Extractor.getU64(&OffsetPtr)); in loadObj()
|
H A D | Trace.cpp | 129 Record.TSC = Reader.getU64(&OffsetPtr); in loadNaiveFormatLog() 191 auto Arg = Reader.getU64(&OffsetPtr); in loadNaiveFormatLog()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | Header.cpp | 75 H.BaseAddress = Data.getU64(&Offset); in decode()
|
H A D | GsymReader.cpp | 163 if (!Data.getU64(&Offset, in parse()
|
/freebsd/contrib/llvm-project/llvm/lib/DWP/ |
H A D | DWP.cpp | 141 Header.Signature = InfoData.getU64(&Offset); in getCUIdentifiers() 276 auto Signature = Data.getU64(&Offset); in addAllTypesFromTypesSection() 399 Header.Signature = InfoData.getU64(&Offset); in parseInfoSectionUnitHeader() 468 ContributionSize = Data.getU64(&HeaderLengthOffset); in writeStringsAndOffsets()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | XCOFFObjectFile.cpp | 1464 DE.getU64(Cur); in XCOFFTracebackTable() 1540 EhInfoDisp = Is64BitObj ? DE.getU64(Cur) : DE.getU32(Cur); in XCOFFTracebackTable()
|