Searched refs:DWARF2LineOpcodeBase (Results 1 – 4 of 4) sorted by relevance
122 Params.DWARF2LineOpcodeBase = 13; in TEST()176 Params.DWARF2LineOpcodeBase = 13; in TEST()
310 (Params.DWARF2LineOpcodeBase - 1U)); in Emit()313 makeArrayRef(StandardOpcodeLengths, Params.DWARF2LineOpcodeBase - 1), in Emit()681 return (op - Params.DWARF2LineOpcodeBase) / Params.DWARF2LineRange; in SpecialAddr()719 Temp + Params.DWARF2LineOpcodeBase > 255) { in Encode()735 Temp += Params.DWARF2LineOpcodeBase; in Encode()
249 uint8_t DWARF2LineOpcodeBase = 13; member
1803 Params.DWARF2LineOpcodeBase = LineTable.Prologue.OpcodeBase; in patchLineTableForUnit()