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.cpp3491 RemainingLoopCount = 0; in moveToEnd()
3499 if (RemainingLoopCount) { in moveNext()
3500 --RemainingLoopCount; in moveNext()
3612 RemainingLoopCount = ImmValue - 1; in moveNext()
3614 RemainingLoopCount = 0; in moveNext()
3629 << ", RemainingLoopCount=" << RemainingLoopCount in moveNext()
3644 RemainingLoopCount = Count - 1; in moveNext()
3646 RemainingLoopCount = 0; in moveNext()
3661 << ", RemainingLoopCount=" << RemainingLoopCount in moveNext()
3675 RemainingLoopCount = 0; in moveNext()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h200 uint64_t RemainingLoopCount = 0; variable
258 uint64_t RemainingLoopCount = 0; variable