Searched refs:MaxOpsPerInst (Results 1 – 6 of 6) 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()399 MaxOpsPerInst = DebugLineData.getU8(Cursor); in parse()615 LineTable->Prologue.MaxOpsPerInst != 1) in advanceAddr()623 LineTable->Prologue.MaxOpsPerInst)); in advanceAddr()
84 uint8_t MaxOpsPerInst; member
243 IO.mapRequired("MaxOpsPerInst", LineTable.MaxOpsPerInst); in mapping()
579 writeInteger(LineTable.MaxOpsPerInst, BufferOS, DI.IsLittleEndian); in emitDebugLine()
375 DebugLines.MaxOpsPerInst = LineData.getU8(&Offset); in dumpDebugLines()
144 uint8_t MaxOpsPerInst; member