Lines Matching full:maxopsperinst
108 MinInstLength = MaxOpsPerInst = DefaultIsStmt = LineBase = LineRange = 0;
135 << format(getVersion() >= 4 ? "max_ops_per_inst: %u\n" : "", MaxOpsPerInst)
419 MaxOpsPerInst = DebugLineData.getU8(Cursor);
639 // For versions less than 4, the MaxOpsPerInst member is set to 0, as the
643 LineTable->Prologue.MaxOpsPerInst == 0)
652 // MaxOpsPerInst > 1, the rest of DWARFDebugLine and its
656 if (ReportAdvanceAddrProblem && LineTable->Prologue.MaxOpsPerInst > 1)
665 LineTable->Prologue.MaxOpsPerInst));
685 // For versions less than 4, the MaxOpsPerInst member is set to 0, as the
687 uint8_t MaxOpsPerInst =
688 std::max(LineTable->Prologue.MaxOpsPerInst, uint8_t{1});
690 uint64_t AddrOffset = ((Row.OpIndex + OperationAdvance) / MaxOpsPerInst) *
695 Row.OpIndex = (Row.OpIndex + OperationAdvance) % MaxOpsPerInst;