Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DUnwindInfoSection.cpp125 size_t entryIndex; member
565 page.entryIndex = i; in finalize()
591 page.entryCount = i - page.entryIndex; in finalize()
600 cuIndices.size() - page.entryIndex); in finalize()
601 i = page.entryIndex + page.entryCount; in finalize()
663 size_t idx = cuIndices[page.entryIndex]; in writeTo()
698 cuEntries[cuIndices[page.entryIndex]].functionAddress; in writeTo()
712 cuEntries[cuIndices[page.entryIndex + i]]; in writeTo()
732 cuEntries[cuIndices[page.entryIndex + i]]; in writeTo()