Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3157 RemainingLoopCount = 0; in moveToEnd()
3165 if (RemainingLoopCount) { in moveNext()
3166 --RemainingLoopCount; in moveNext()
3339 RemainingLoopCount = 0; in moveNext()
3460 (RemainingLoopCount == Other.RemainingLoopCount) && in operator ==()
3494 RemainingLoopCount = 0; in moveToEnd()
3502 if (RemainingLoopCount) { in moveNext()
3503 --RemainingLoopCount; in moveNext()
3731 RemainingLoopCount = 0; in moveNext()
3817 RemainingLoopCount = 0; in moveNext()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h196 uint64_t RemainingLoopCount = 0; variable
253 uint64_t RemainingLoopCount = 0; variable