Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DMachOObjectFile.cpp1415 RemainingLoopCount(0), AdvanceAmount(0), RebaseType(0), in MachORebaseEntry()
1425 RemainingLoopCount = 0; in moveToEnd()
1432 if (RemainingLoopCount) { in moveNext()
1433 --RemainingLoopCount; in moveNext()
1486 RemainingLoopCount = ImmValue - 1; in moveNext()
1492 << ", RemainingLoopCount=" << RemainingLoopCount in moveNext()
1497 RemainingLoopCount = readULEB128() - 1; in moveNext()
1503 << ", RemainingLoopCount=" << RemainingLoopCount in moveNext()
1508 RemainingLoopCount = 0; in moveNext()
1514 << ", RemainingLoopCount=" << RemainingLoopCount in moveNext()
[all …]
/external/llvm/include/llvm/Object/
DMachO.h130 uint64_t RemainingLoopCount; variable
177 uint64_t RemainingLoopCount; variable