Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp3485 RemainingLoopCount = 0; in moveToEnd()
3493 if (RemainingLoopCount) { in moveNext()
3494 --RemainingLoopCount; in moveNext()
3604 RemainingLoopCount = ImmValue - 1; in moveNext()
3606 RemainingLoopCount = 0; in moveNext()
3621 << ", RemainingLoopCount=" << RemainingLoopCount in moveNext()
3636 RemainingLoopCount = Count - 1; in moveNext()
3638 RemainingLoopCount = 0; in moveNext()
3653 << ", RemainingLoopCount=" << RemainingLoopCount in moveNext()
3667 RemainingLoopCount = 0; in moveNext()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DMachO.h197 uint64_t RemainingLoopCount = 0; variable
254 uint64_t RemainingLoopCount = 0; variable