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

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
H A DDWARFDebugLine.cpp337 uint8_t adjust_opcode = 255 - prologue->OpcodeBase; local
338 uint64_t addr_offset = (adjust_opcode / prologue->LineRange) *
421 uint8_t adjust_opcode = opcode - prologue->OpcodeBase; local
422 uint64_t addr_offset = (adjust_opcode / prologue->LineRange) *
425 (adjust_opcode % prologue->LineRange);
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp410 uint8_t adjust_opcode = 255 - Prologue.OpcodeBase; local
412 (adjust_opcode / Prologue.LineRange) * Prologue.MinInstLength;
494 uint8_t adjust_opcode = opcode - Prologue.OpcodeBase; local
496 (adjust_opcode / Prologue.LineRange) * Prologue.MinInstLength;
498 Prologue.LineBase + (adjust_opcode % Prologue.LineRange);

Completed in 380 milliseconds