Searched refs:OpcodeBase (Results 1 – 8 of 8) sorted by relevance
92 OpcodeBase = 0; in clear()114 << format(" opcode_base: %u\n", OpcodeBase); in dump()341 OpcodeBase = DebugLineData.getU8(OffsetPtr); in parse()343 StandardOpcodeLengths.reserve(OpcodeBase - 1); in parse()344 for (uint32_t I = 1; I < OpcodeBase; ++I) { in parse()693 } else if (Opcode < Prologue.OpcodeBase) { in parse()772 uint8_t AdjustOpcode = 255 - Prologue.OpcodeBase; in parse()871 uint8_t AdjustOpcode = Opcode - Prologue.OpcodeBase; in parse()
225 writeInteger((uint8_t)LineTable.OpcodeBase, OS, DI.IsLittleEndian); in EmitDebugLine()260 } else if (Op.Opcode < LineTable.OpcodeBase) { in EmitDebugLine()
159 IO.mapRequired("OpcodeBase", LineTable.OpcodeBase); in mapping()
92 uint8_t OpcodeBase; member
136 uint8_t OpcodeBase; member
476 switch (next_instr->OpcodeBase()) { in DecodeExtP()
2998 inline Opcode OpcodeBase() const { in OpcodeBase() function
1542 uint32_t opcode = instr->OpcodeBase(); in ExecuteGeneric()1556 switch (next_instr->OpcodeBase()) { in ExecuteGeneric()