Searched refs:OpcodeBase (Results 1 – 3 of 3) sorted by relevance
27 OpcodeBase = 0; in clear()43 << format(" opcode_base: %u\n", OpcodeBase); in dump()86 OpcodeBase = debug_line_data.getU8(offset_ptr); in parse()88 StandardOpcodeLengths.reserve(OpcodeBase - 1); in parse()89 for (uint32_t i = 1; i < OpcodeBase; ++i) { in parse()350 } else if (opcode < Prologue.OpcodeBase) { in parse()411 uint8_t adjust_opcode = 255 - Prologue.OpcodeBase; in parse()495 uint8_t adjust_opcode = opcode - Prologue.OpcodeBase; in parse()
61 uint8_t OpcodeBase; member
2411 LineTable.Prologue.OpcodeBase != 13) in patchLineTableForUnit()