Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp3046 RemainingLoopCount = 0; in moveToEnd()
3054 if (RemainingLoopCount) { in moveNext()
3055 --RemainingLoopCount; in moveNext()
3266 RemainingLoopCount = 0; in moveNext()
3397 (RemainingLoopCount == Other.RemainingLoopCount) && in operator ==()
3431 RemainingLoopCount = 0; in moveToEnd()
3439 if (RemainingLoopCount) { in moveNext()
3440 --RemainingLoopCount; in moveNext()
3666 RemainingLoopCount = 0; in moveNext()
3750 RemainingLoopCount = 0; in moveNext()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DMachO.h199 uint64_t RemainingLoopCount = 0; variable
256 uint64_t RemainingLoopCount = 0; variable