Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3492 RemainingLoopCount = 0; in moveToEnd()
3500 if (RemainingLoopCount) { in moveNext()
3501 --RemainingLoopCount; in moveNext()
3613 RemainingLoopCount = ImmValue - 1; in moveNext()
3615 RemainingLoopCount = 0; in moveNext()
3630 << ", RemainingLoopCount=" << RemainingLoopCount in moveNext()
3645 RemainingLoopCount = Count - 1; in moveNext()
3647 RemainingLoopCount = 0; in moveNext()
3662 << ", RemainingLoopCount=" << RemainingLoopCount in moveNext()
3676 RemainingLoopCount = 0; in moveNext()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h197 uint64_t RemainingLoopCount = 0; variable
254 uint64_t RemainingLoopCount = 0; variable