Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3492 RemainingLoopCount = 0; in moveToEnd()
3500 if (RemainingLoopCount) { in moveNext()
3501 --RemainingLoopCount; in moveNext()
3674 RemainingLoopCount = 0; in moveNext()
3795 (RemainingLoopCount == Other.RemainingLoopCount) && in operator ==()
3829 RemainingLoopCount = 0; in moveToEnd()
3837 if (RemainingLoopCount) { in moveNext()
3838 --RemainingLoopCount; in moveNext()
4066 RemainingLoopCount = 0; in moveNext()
4152 RemainingLoopCount = 0; in moveNext()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h197 uint64_t RemainingLoopCount = 0; variable
254 uint64_t RemainingLoopCount = 0; variable