Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp1397 RemainingLoopCount(0), AdvanceAmount(0), RebaseType(0), in MachORebaseEntry()
1407 RemainingLoopCount = 0; in moveToEnd()
1414 if (RemainingLoopCount) { in moveNext()
1415 --RemainingLoopCount; in moveNext()
1468 RemainingLoopCount = ImmValue - 1; in moveNext()
1474 << ", RemainingLoopCount=" << RemainingLoopCount in moveNext()
1479 RemainingLoopCount = readULEB128() - 1; in moveNext()
1485 << ", RemainingLoopCount=" << RemainingLoopCount in moveNext()
1490 RemainingLoopCount = 0; in moveNext()
1496 << ", RemainingLoopCount=" << RemainingLoopCount in moveNext()
[all …]
/NextBSD/contrib/llvm/include/llvm/Object/
HDMachO.h130 uint64_t RemainingLoopCount; variable
177 uint64_t RemainingLoopCount; variable