Searched refs:FDERemainingBytes (Results 1 – 3 of 3) sorted by relevance
829 unsigned FDERemainingBytes = InitialLength - (4 + SrcAddrSize); in cloneAndEmitDebugFrame() local831 OrigFrameData.substr(InputOffset, FDERemainingBytes), OutSection); in cloneAndEmitDebugFrame()832 InputOffset += FDERemainingBytes; in cloneAndEmitDebugFrame()
2478 unsigned FDERemainingBytes = InitialLength - (4 + SrcAddrSize); in patchFrameInfoForObject() local2481 FrameData.substr(InputOffset, FDERemainingBytes)); in patchFrameInfoForObject()2482 InputOffset += FDERemainingBytes; in patchFrameInfoForObject()