Searched refs:MaxOpsPerInst (Results 1 – 10 of 10) sorted by relevance
24 MinInstLength = MaxOpsPerInst = DefaultIsStmt = LineBase = LineRange = 0; in clear()38 << format(Version >= 4 ? "max_ops_per_inst: %u\n" : "", MaxOpsPerInst) in dump()88 MaxOpsPerInst = debug_line_data.getU8(offset_ptr); in parse()
53 uint8_t MaxOpsPerInst; member
84 uint8_t MaxOpsPerInst; member
176 P.MaxOpsPerInst = 1; in createBasicPrologue()355 Asm.emitInt8(Prologue.MaxOpsPerInst); in writeProloguePayload()
160 EXPECT_EQ(Prologue.MaxOpsPerInst, 1u); in checkDefaultPrologue()
72 MinInstLength = MaxOpsPerInst = DefaultIsStmt = LineBase = LineRange = 0; in clear()91 << format(getVersion() >= 4 ? "max_ops_per_inst: %u\n" : "", MaxOpsPerInst) in dump()329 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
261 DebugLines.MaxOpsPerInst = LineData.getU8(&Offset); in dumpDebugLines()