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.cpp3344 while (PageIndex < SegInfo.PageStarts.size() && in findNextPageWithFixups()
3345 SegInfo.PageStarts[PageIndex] == MachO::DYLD_CHAINED_PTR_START_NONE) in findNextPageWithFixups()
3346 ++PageIndex; in findNextPageWithFixups()
3347 return PageIndex < SegInfo.PageStarts.size(); in findNextPageWithFixups()
3352 PageOffset = Segments[InfoSegIndex].PageStarts[PageIndex]; in findNextPageWithFixups()
3358 PageIndex = 0; in findNextPageWithFixups()
3370 PageIndex = 0; in moveToFirst()
3390 SegmentOffset = SegInfo.Header.page_size * PageIndex + PageOffset; in moveNext()
3465 ++PageIndex; in moveNext()
3476 return InfoSegIndex == Other.InfoSegIndex && PageIndex == Other.PageIndex && in operator ==()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h401 uint32_t PageIndex = 0; // Index into Segments[InfoSegIdx].PageStarts variable