Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp3151 RemainingLoopCount = 0; in moveToEnd()
3159 if (RemainingLoopCount) { in moveNext()
3160 --RemainingLoopCount; in moveNext()
3270 RemainingLoopCount = ImmValue - 1; in moveNext()
3272 RemainingLoopCount = 0; in moveNext()
3287 << ", RemainingLoopCount=" << RemainingLoopCount in moveNext()
3302 RemainingLoopCount = Count - 1; in moveNext()
3304 RemainingLoopCount = 0; in moveNext()
3319 << ", RemainingLoopCount=" << RemainingLoopCount in moveNext()
3333 RemainingLoopCount = 0; in moveNext()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h196 uint64_t RemainingLoopCount = 0; variable
253 uint64_t RemainingLoopCount = 0; variable