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
567 page.entryIndex = i; in finalize()
593 page.entryCount = i - page.entryIndex; in finalize()
602 cuIndices.size() - page.entryIndex); in finalize()
603 i = page.entryIndex + page.entryCount; in finalize()
665 size_t idx = cuIndices[page.entryIndex]; in writeTo()
700 cuEntries[cuIndices[page.entryIndex]].functionAddress; in writeTo()
714 cuEntries[cuIndices[page.entryIndex + i]]; in writeTo()
734 cuEntries[cuIndices[page.entryIndex + i]]; in writeTo()