Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp3485 RemainingLoopCount = 0; in moveToEnd()
3493 if (RemainingLoopCount) { in moveNext()
3494 --RemainingLoopCount; in moveNext()
3667 RemainingLoopCount = 0; in moveNext()
3788 (RemainingLoopCount == Other.RemainingLoopCount) && in operator ==()
3822 RemainingLoopCount = 0; in moveToEnd()
3830 if (RemainingLoopCount) { in moveNext()
3831 --RemainingLoopCount; in moveNext()
4059 RemainingLoopCount = 0; in moveNext()
4145 RemainingLoopCount = 0; in moveNext()
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DMachO.h197 uint64_t RemainingLoopCount = 0; variable
254 uint64_t RemainingLoopCount = 0; variable