Searched refs:InputOffset (Results 1 – 3 of 3) sorted by relevance
46 const uint32_t InputOffset = IOPair.second; in writeEntriesForBB() local53 << Twine::utohexstr(InputOffset) << " (branch)\n"); in writeEntriesForBB()55 std::pair<uint32_t, uint32_t>(OutputOffset, InputOffset | BRANCHENTRY)); in writeEntriesForBB()
4217 uint64_t InputOffset = Range.LowPC - getAddress(); in translateInputToOutputRanges() local4227 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() local4335 if (InputOffset < BB->getOffset() || InputOffset >= BB->getEndOffset()) { in translateInputToOutputLocationList()4347 OutputStart + InputOffset - BB->getOffset(); in translateInputToOutputLocationList()4363 InputOffset = BB->getEndOffset(); in translateInputToOutputLocationList()[all …]
1890 uint64_t InputOffset = 0; in patchFrameInfoForObject() local1896 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()