Searched refs:MaxOpsPerInst (Results 1 – 5 of 5) sorted by relevance
84 uint8_t MaxOpsPerInst; member
73 MinInstLength = MaxOpsPerInst = DefaultIsStmt = LineBase = LineRange = 0; in clear()92 << format(getVersion() >= 4 ? "max_ops_per_inst: %u\n" : "", MaxOpsPerInst) in dump()313 MaxOpsPerInst = DebugLineData.getU8(OffsetPtr); in parse()
156 IO.mapRequired("MaxOpsPerInst", LineTable.MaxOpsPerInst); in mapping()
222 writeInteger((uint8_t)LineTable.MaxOpsPerInst, OS, DI.IsLittleEndian); in EmitDebugLine()
133 uint8_t MaxOpsPerInst; member