Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugLine.h36 DefaultIsStmt(0), LineBase(0), LineRange(0), OpcodeBase(0) {} in Prologue()
53 int8_t LineBase; member
72 return LineBase + (int8_t)LineRange - 1; in getMaxLineIncrementForSpecialOpcode()
77 MinInstLength = LineBase = LineRange = OpcodeBase = 0; in clear()
DDWARFDebugLine.cpp25 << format(" line_base: %i\n", LineBase) in dump()
146 prologue->LineBase = debug_line_data.getU8(offset_ptr); in parsePrologue()
424 int32_t line_offset = prologue->LineBase + in parseStatementTable()
/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.cpp24 MinInstLength = MaxOpsPerInst = DefaultIsStmt = LineBase = LineRange = 0; in clear()
40 << format(" line_base: %i\n", LineBase) in dump()
90 LineBase = debug_line_data.getU8(offset_ptr); in parse()
498 Prologue.LineBase + (adjust_opcode % Prologue.LineRange); in parse()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp3099 Params.DWARF2LineBase = LineTable.Prologue.LineBase; in patchLineTableForUnit()