Searched refs:OpcodeBase (Results 1 – 3 of 3) sorted by relevance
27 OpcodeBase = 0; in clear()44 << format(" opcode_base: %u\n", OpcodeBase); in dump()94 OpcodeBase = debug_line_data.getU8(offset_ptr); in parse()96 StandardOpcodeLengths.reserve(OpcodeBase - 1); in parse()97 for (uint32_t i = 1; i < OpcodeBase; ++i) { in parse()359 } else if (opcode < Prologue.OpcodeBase) { in parse()420 uint8_t adjust_opcode = 255 - Prologue.OpcodeBase; in parse()504 uint8_t adjust_opcode = opcode - Prologue.OpcodeBase; in parse()
61 uint8_t OpcodeBase; member
3037 LineTable.Prologue.OpcodeBase > 13) in patchLineTableForUnit()3041 Params.DWARF2LineOpcodeBase = LineTable.Prologue.OpcodeBase; in patchLineTableForUnit()