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()
43 << format(" opcode_base: %u\n", OpcodeBase); in dump()
86 OpcodeBase = debug_line_data.getU8(offset_ptr); in parse()
88 StandardOpcodeLengths.reserve(OpcodeBase - 1); in parse()
89 for (uint32_t i = 1; i < OpcodeBase; ++i) { in parse()
350 } else if (opcode < Prologue.OpcodeBase) { in parse()
411 uint8_t adjust_opcode = 255 - Prologue.OpcodeBase; in parse()
495 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.cpp2411 LineTable.Prologue.OpcodeBase != 13) in patchLineTableForUnit()