Lines Matching refs:PushUint8
51 writer.PushUint8(1); // Version. in WriteCIE()
58 writer.PushUint8(DW_EH_PE_absptr | DW_EH_PE_udata8); // R: Pointer encoding. in WriteCIE()
60 writer.PushUint8(DW_EH_PE_absptr | DW_EH_PE_udata4); // R: Pointer encoding. in WriteCIE()
105 writer.PushUint8(entries.Is64bit() ? 8 : 4); in WriteDebugInfoCU()
133 writer.PushUint8(1 << opcodes.GetCodeFactorBits()); in WriteDebugLineTable()
134 writer.PushUint8(DebugLineOpCodeWriter<Vector>::kDefaultIsStmt ? 1 : 0); in WriteDebugLineTable()
136 writer.PushUint8(DebugLineOpCodeWriter<Vector>::kLineRange); in WriteDebugLineTable()
137 writer.PushUint8(DebugLineOpCodeWriter<Vector>::kOpcodeBase); in WriteDebugLineTable()
141 writer.PushUint8(opcode_lengths[i]); in WriteDebugLineTable()
146 writer.PushUint8(0); // Terminate include_directories list. in WriteDebugLineTable()
153 writer.PushUint8(0); // Terminate file list. in WriteDebugLineTable()