Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DSyntheticSections.cpp169 uint64_t skipLength; member
189 if (state.skipLength == target->wordSize) { in flushRebase()
199 encodeULEB128(state.skipLength - target->wordSize, os); in flushRebase()
204 encodeULEB128(state.skipLength - target->wordSize, os); in flushRebase()
245 if (skip == state.skipLength) { in encodeRebases()
249 state.skipLength = skip; in encodeRebases()
250 } else if (skip < state.skipLength) { in encodeRebases()
258 state.skipLength = skip; in encodeRebases()
263 emitIncrement(skip - state.skipLength, os); in encodeRebases()
265 state.skipLength = target->wordSize; in encodeRebases()