Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp27 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()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h61 uint8_t OpcodeBase; member
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp3037 LineTable.Prologue.OpcodeBase > 13) in patchLineTableForUnit()
3041 Params.DWARF2LineOpcodeBase = LineTable.Prologue.OpcodeBase; in patchLineTableForUnit()