Searched refs:PushUint8 (Results 1 – 8 of 8) sorted by relevance
41 PushUint8(DW_OP_lit0 + value); in WriteOpConsts()43 PushUint8(DW_OP_consts); in WriteOpConsts()51 PushUint8(DW_OP_lit0 + value); in WriteOpConstu()53 PushUint8(DW_OP_constu); in WriteOpConstu()61 PushUint8(DW_OP_reg0 + dwarf_reg_num); in WriteOpReg()63 PushUint8(DW_OP_regx); in WriteOpReg()70 PushUint8(DW_OP_fbreg); in WriteOpFbreg()76 PushUint8(DW_OP_piece); in WriteOpPiece()85 PushUint8(DW_OP_deref_size); in WriteOpDerefSize()86 PushUint8(num_bytes); in WriteOpDerefSize()[all …]
55 this->PushUint8(DW_CFA_advance_loc1); in AdvancePC()56 this->PushUint8(delta); in AdvancePC()115 this->PushUint8(DW_CFA_nop); in Nop()156 this->PushUint8(DW_CFA_undefined); in Undefined()164 this->PushUint8(DW_CFA_same_value); in SameValue()173 this->PushUint8(DW_CFA_register); in Register()189 this->PushUint8(DW_CFA_restore_state); in RestoreState()197 this->PushUint8(DW_CFA_def_cfa); in DefCFA()202 this->PushUint8(DW_CFA_def_cfa_sf); in DefCFA()242 this->PushUint8(DW_CFA_val_offset); in ValOffset()[all …]
44 this->PushUint8(DW_LNS_copy); in AddRow()53 this->PushUint8(DW_LNS_advance_pc); in AdvancePC()73 this->PushUint8(DW_LNS_set_file); in SetFile()80 this->PushUint8(DW_LNS_set_column); in SetColumn()86 this->PushUint8(DW_LNS_negate_stmt); in SetIsStmt()107 this->PushUint8(DW_LNS_set_isa); in SetISA()112 this->PushUint8(0); in EndSequence()114 this->PushUint8(DW_LNE_end_sequence); in EndSequence()126 this->PushUint8(0); in SetAddress()150 this->PushUint8(0); in DefineFile()[all …]
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()[all …]
47 this->PushUint8(0); // Add abbrev table terminator. in DebugAbbrevWriter()76 this->PushUint8(0); // Attribute list end. in EndAbbrev()77 this->PushUint8(0); // Attribute list end. in EndAbbrev()78 this->PushUint8(0); // Add abbrev table terminator. in EndAbbrev()
80 this->PushUint8(0); in EndTag()109 this->PushUint8(value); in WriteData1()149 this->PushUint8(value ? 1 : 0); in WriteFlag()
37 void PushUint8(int value) { in PushUint8() function81 PushUint8(static_cast<uint8_t>(value)); in PushInt8()
221 header.PushUint8(1); // Version. in WriteCFISection()222 header.PushUint8(dwarf::DW_EH_PE_omit); // Encoding of .eh_frame pointer - none. in WriteCFISection()223 header.PushUint8(dwarf::DW_EH_PE_udata4); // Encoding of binary search table size. in WriteCFISection()224 header.PushUint8(dwarf::DW_EH_PE_udata4); // Encoding of binary search table data. in WriteCFISection()