Home
last modified time | relevance | path

Searched refs:InputOffset (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Profile/
H A DBoltAddressTranslation.cpp46 const uint32_t InputOffset = IOPair.second; in writeEntriesForBB() local
53 << Twine::utohexstr(InputOffset) << " (branch)\n"); in writeEntriesForBB()
55 std::pair<uint32_t, uint32_t>(OutputOffset, InputOffset | BRANCHENTRY)); in writeEntriesForBB()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp4217 uint64_t InputOffset = Range.LowPC - getAddress(); in translateInputToOutputRanges() local
4227 if (InputOffset < BB->getOffset() || InputOffset >= BB->getEndOffset()) { in translateInputToOutputRanges()
4239 OutputStart + InputOffset - BB->getOffset(); in translateInputToOutputRanges()
4242 EndAddress = StartAddress + InputEndOffset - InputOffset; in translateInputToOutputRanges()
4254 InputOffset = BB->getEndOffset(); in translateInputToOutputRanges()
4256 } while (InputOffset < InputEndOffset); in translateInputToOutputRanges()
4327 uint64_t InputOffset = Start - getAddress(); in translateInputToOutputLocationList() local
4335 if (InputOffset < BB->getOffset() || InputOffset >= BB->getEndOffset()) { in translateInputToOutputLocationList()
4347 OutputStart + InputOffset - BB->getOffset(); in translateInputToOutputLocationList()
4363 InputOffset = BB->getEndOffset(); in translateInputToOutputLocationList()
[all …]
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1890 uint64_t InputOffset = 0; in patchFrameInfoForObject() local
1896 while (Data.isValidOffset(InputOffset)) { in patchFrameInfoForObject()
1897 uint64_t EntryOffset = InputOffset; in patchFrameInfoForObject()
1898 uint32_t InitialLength = Data.getU32(&InputOffset); in patchFrameInfoForObject()
1902 uint32_t CIEId = Data.getU32(&InputOffset); in patchFrameInfoForObject()
1908 InputOffset += InitialLength - 4; in patchFrameInfoForObject()
1912 uint32_t Loc = Data.getUnsigned(&InputOffset, AddrSize); in patchFrameInfoForObject()
1922 InputOffset = EntryOffset + InitialLength + 4; in patchFrameInfoForObject()
1949 FrameData.substr(InputOffset, FDERemainingBytes)); in patchFrameInfoForObject()
1950 InputOffset += FDERemainingBytes; in patchFrameInfoForObject()