Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp3307 RemainingLoopCount = 0; in moveToEnd()
3315 if (RemainingLoopCount) { in moveNext()
3316 --RemainingLoopCount; in moveNext()
3489 RemainingLoopCount = 0; in moveNext()
3610 (RemainingLoopCount == Other.RemainingLoopCount) && in operator ==()
3644 RemainingLoopCount = 0; in moveToEnd()
3652 if (RemainingLoopCount) { in moveNext()
3653 --RemainingLoopCount; in moveNext()
3881 RemainingLoopCount = 0; in moveNext()
3967 RemainingLoopCount = 0; in moveNext()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DMachO.h197 uint64_t RemainingLoopCount = 0; variable
254 uint64_t RemainingLoopCount = 0; variable