Searched refs:FDERemainingBytes (Results 1 – 3 of 3) sorted by relevance
830 unsigned FDERemainingBytes = InitialLength - (4 + SrcAddrSize); in cloneAndEmitDebugFrame() local832 OrigFrameData.substr(InputOffset, FDERemainingBytes), OutSection); in cloneAndEmitDebugFrame()833 InputOffset += FDERemainingBytes; in cloneAndEmitDebugFrame()
2361 unsigned FDERemainingBytes = InitialLength - (4 + SrcAddrSize); in patchFrameInfoForObject() local2364 FrameData.substr(InputOffset, FDERemainingBytes)); in patchFrameInfoForObject()2365 InputOffset += FDERemainingBytes; in patchFrameInfoForObject()