Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Object/
HDMachOObjectFile.cpp3343 const ChainedFixupsSegment &SegInfo = Segments[InfoSegIndex]; in findNextPageWithFixups()
3350 while (InfoSegIndex < Segments.size()) { in findNextPageWithFixups()
3352 PageOffset = Segments[InfoSegIndex].PageStarts[PageIndex]; in findNextPageWithFixups()
3353 SegmentData = O->getSegmentContents(Segments[InfoSegIndex].SegIdx); in findNextPageWithFixups()
3357 InfoSegIndex++; in findNextPageWithFixups()
3369 InfoSegIndex = 0; in moveToFirst()
3383 if (InfoSegIndex == Segments.size()) { in moveNext()
3388 const ChainedFixupsSegment &SegInfo = Segments[InfoSegIndex]; in moveNext()
3476 return InfoSegIndex == Other.InfoSegIndex && PageIndex == Other.PageIndex && in operator ==()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Object/
HDMachO.h400 uint32_t InfoSegIndex = 0; // Index into Segments variable