Searched refs:MaxOpsPerInst (Results 1 – 8 of 8) sorted by relevance
108 MinInstLength = MaxOpsPerInst = DefaultIsStmt = LineBase = LineRange = 0; in clear()135 << format(getVersion() >= 4 ? "max_ops_per_inst: %u\n" : "", MaxOpsPerInst) in dump()420 MaxOpsPerInst = DebugLineData.getU8(Cursor); in parse()643 LineTable->Prologue.MaxOpsPerInst == 0) in advanceAddrOpIndex()656 if (ReportAdvanceAddrProblem && LineTable->Prologue.MaxOpsPerInst > 1) in advanceAddrOpIndex()665 LineTable->Prologue.MaxOpsPerInst)); in advanceAddrOpIndex()687 uint8_t MaxOpsPerInst = in advanceAddrOpIndex() local688 std::max(LineTable->Prologue.MaxOpsPerInst, uint8_t{1}); in advanceAddrOpIndex()690 uint64_t AddrOffset = ((Row.OpIndex + OperationAdvance) / MaxOpsPerInst) * in advanceAddrOpIndex()695 Row.OpIndex = (Row.OpIndex + OperationAdvance) % MaxOpsPerInst; in advanceAddrOpIndex()
80 uint8_t MaxOpsPerInst; member
274 Section.emitIntVal(P.MaxOpsPerInst, 1); in emitLineTableProloguePayload()
270 IO.mapRequired("MaxOpsPerInst", LineTable.MaxOpsPerInst); in mapping()
580 writeInteger(LineTable.MaxOpsPerInst, BufferOS, DI.IsLittleEndian); in emitDebugLine()
167 uint8_t MaxOpsPerInst; member
1008 MS->emitInt8(P.MaxOpsPerInst); in emitLineTableProloguePayload()