Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h57 int8_t LineBase; member
84 return LineBase + (int8_t)LineRange - 1; in getMaxLineIncrementForSpecialOpcode()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp26 MinInstLength = MaxOpsPerInst = DefaultIsStmt = LineBase = LineRange = 0; in clear()
42 << format(" line_base: %i\n", LineBase) in dump()
92 LineBase = debug_line_data.getU8(offset_ptr); in parse()
508 Prologue.LineBase + (adjust_opcode % Prologue.LineRange); in parse()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp3042 Params.DWARF2LineBase = LineTable.Prologue.LineBase; in patchLineTableForUnit()