Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1915 unsigned FDERemainingBytes = InitialLength - (4 + AddrSize); in patchFrameInfoForObject() local
1918 FrameData.substr(InputOffset, FDERemainingBytes)); in patchFrameInfoForObject()
1919 InputOffset += FDERemainingBytes; in patchFrameInfoForObject()