Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DInputFiles.cpp391 uint64_t frameOff = off; in splitEhFrames() local
395 uint64_t fullLength = length + (off - frameOff); in splitEhFrames()
406 {frameOff, make<ConcatInputSection>(ehFrameSection, in splitEhFrames()
407 data.slice(frameOff, fullLength), in splitEhFrames()