Searched refs:MaxOpsPerInst (Results 1 – 9 of 9) 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()419 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()
81 uint8_t MaxOpsPerInst; member
30 LineTable.Prologue.MaxOpsPerInst = 1; in TypeUnit()
274 Section.emitIntVal(P.MaxOpsPerInst, 1); in emitLineTableProloguePayload()
286 IO.mapRequired("MaxOpsPerInst", LineTable.MaxOpsPerInst); in mapping()
607 writeInteger(LineTable.MaxOpsPerInst, BufferOS, DI.IsLittleEndian); in emitDebugLine()
171 uint8_t MaxOpsPerInst; member
1008 MS->emitInt8(P.MaxOpsPerInst); in emitLineTableProloguePayload()