Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3343 while (PageIndex < SegInfo.PageStarts.size() && in findNextPageWithFixups()
3344 SegInfo.PageStarts[PageIndex] == MachO::DYLD_CHAINED_PTR_START_NONE) in findNextPageWithFixups()
3345 ++PageIndex; in findNextPageWithFixups()
3346 return PageIndex < SegInfo.PageStarts.size(); in findNextPageWithFixups()
3351 PageOffset = Segments[InfoSegIndex].PageStarts[PageIndex]; in findNextPageWithFixups()
3357 PageIndex = 0; in findNextPageWithFixups()
3369 PageIndex = 0; in moveToFirst()
3389 SegmentOffset = SegInfo.Header.page_size * PageIndex + PageOffset; in moveNext()
3464 ++PageIndex; in moveNext()
3475 return InfoSegIndex == Other.InfoSegIndex && PageIndex == Other.PageIndex && in operator ==()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h406 uint32_t PageIndex = 0; // Index into Segments[InfoSegIdx].PageStarts variable