HomeSort by relevance Sort by last modified time
    Searched refs:adjust_opcode (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFDebugLine.cpp 337 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/
DWARFDebugLine.cpp 410 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 161 milliseconds