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

  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugLine.cpp 27 OpcodeBase = 0;
44 << format(" opcode_base: %u\n", OpcodeBase);
94 OpcodeBase = debug_line_data.getU8(offset_ptr);
96 StandardOpcodeLengths.reserve(OpcodeBase - 1);
97 for (uint32_t i = 1; i < OpcodeBase; ++i) {
359 } else if (opcode < Prologue.OpcodeBase) {
420 uint8_t adjust_opcode = 255 - Prologue.OpcodeBase;
504 uint8_t adjust_opcode = opcode - Prologue.OpcodeBase;
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 61 uint8_t OpcodeBase;
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]

Completed in 443 milliseconds