Home
last modified time | relevance | path

Searched refs:adjust_opcode (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp420 uint8_t adjust_opcode = 255 - Prologue.OpcodeBase; in parse() local
422 (adjust_opcode / Prologue.LineRange) * Prologue.MinInstLength; in parse()
504 uint8_t adjust_opcode = opcode - Prologue.OpcodeBase; in parse() local
506 (adjust_opcode / Prologue.LineRange) * Prologue.MinInstLength; in parse()
508 Prologue.LineBase + (adjust_opcode % Prologue.LineRange); in parse()