Home
last modified time | relevance | path

Searched refs:FDERemainingBytes (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp832 unsigned FDERemainingBytes = InitialLength - (4 + SrcAddrSize); in cloneAndEmitDebugFrame() local
834 OrigFrameData.substr(InputOffset, FDERemainingBytes), OutSection); in cloneAndEmitDebugFrame()
835 InputOffset += FDERemainingBytes; in cloneAndEmitDebugFrame()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2341 unsigned FDERemainingBytes = InitialLength - (4 + SrcAddrSize); in patchFrameInfoForObject() local
2344 FrameData.substr(InputOffset, FDERemainingBytes)); in patchFrameInfoForObject()
2345 InputOffset += FDERemainingBytes; in patchFrameInfoForObject()