Searched refs:FDERemainingBytes (Results 1 – 2 of 2) sorted by relevance
832 unsigned FDERemainingBytes = InitialLength - (4 + SrcAddrSize); in cloneAndEmitDebugFrame() local834 OrigFrameData.substr(InputOffset, FDERemainingBytes), OutSection); in cloneAndEmitDebugFrame()835 InputOffset += FDERemainingBytes; in cloneAndEmitDebugFrame()
2341 unsigned FDERemainingBytes = InitialLength - (4 + SrcAddrSize); in patchFrameInfoForObject() local2344 FrameData.substr(InputOffset, FDERemainingBytes)); in patchFrameInfoForObject()2345 InputOffset += FDERemainingBytes; in patchFrameInfoForObject()