Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3490 RemainingLoopCount = 0; in moveToEnd()
3498 if (RemainingLoopCount) { in moveNext()
3499 --RemainingLoopCount; in moveNext()
3611 RemainingLoopCount = ImmValue - 1; in moveNext()
3613 RemainingLoopCount = 0; in moveNext()
3628 << ", RemainingLoopCount=" << RemainingLoopCount in moveNext()
3643 RemainingLoopCount = Count - 1; in moveNext()
3645 RemainingLoopCount = 0; in moveNext()
3660 << ", RemainingLoopCount in moveNext()
[all...]
/llvm-project/llvm/include/llvm/Object/
H A DMachO.h197 uint64_t RemainingLoopCount = 0; variable
254 uint64_t RemainingLoopCount = 0; variable