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

  /external/llvm/lib/DebugInfo/
DWARFDebugLine.h 38 DefaultIsStmt(0), LineBase(0), LineRange(0), OpcodeBase(0) {}
55 int8_t LineBase;
74 return LineBase + (int8_t)LineRange - 1;
79 MinInstLength = LineBase = LineRange = OpcodeBase = 0;
DWARFDebugLine.cpp 26 << format(" line_base: %i\n", LineBase)
180 prologue->LineBase = debug_line_data.getU8(offset_ptr);
468 int32_t line_offset = prologue->LineBase +

Completed in 299 milliseconds