Lines Matching refs:PushUint8
52 writer.PushUint8(1); // Version. in WriteCIE()
60 writer.PushUint8(DW_EH_PE_pcrel | DW_EH_PE_sdata8); // R: Pointer encoding. in WriteCIE()
63 writer.PushUint8(DW_EH_PE_absptr | DW_EH_PE_udata8); // R: Pointer encoding. in WriteCIE()
67 writer.PushUint8(DW_EH_PE_pcrel | DW_EH_PE_sdata4); // R: Pointer encoding. in WriteCIE()
70 writer.PushUint8(DW_EH_PE_absptr | DW_EH_PE_udata4); // R: Pointer encoding. in WriteCIE()
139 writer.PushUint8(entries.Is64bit() ? 8 : 4); in WriteDebugInfoCU()
173 writer.PushUint8(1 << opcodes.GetCodeFactorBits()); in WriteDebugLineTable()
174 writer.PushUint8(DebugLineOpCodeWriter<Vector>::kDefaultIsStmt ? 1 : 0); in WriteDebugLineTable()
176 writer.PushUint8(DebugLineOpCodeWriter<Vector>::kLineRange); in WriteDebugLineTable()
177 writer.PushUint8(DebugLineOpCodeWriter<Vector>::kOpcodeBase); in WriteDebugLineTable()
181 writer.PushUint8(opcode_lengths[i]); in WriteDebugLineTable()
186 writer.PushUint8(0); // Terminate include_directories list. in WriteDebugLineTable()
193 writer.PushUint8(0); // Terminate file list. in WriteDebugLineTable()