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()81 void WriteOpDeref() { PushUint8(DW_OP_deref); } in WriteOpDeref()85 PushUint8(DW_OP_deref_size); in WriteOpDerefSize()[all …]
44 this->PushUint8(DW_LNS_copy); in AddRow()53 this->PushUint8(DW_LNS_advance_pc); in AdvancePC()65 this->PushUint8(DW_LNS_advance_line); in AdvanceLine()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()92 this->PushUint8(DW_LNS_set_basic_block); in SetBasicBlock()97 this->PushUint8(DW_LNS_set_prologue_end); in SetPrologueEnd()102 this->PushUint8(DW_LNS_set_epilogue_begin); in SetEpilogueBegin()107 this->PushUint8(DW_LNS_set_isa); in SetISA()[all …]
53 this->PushUint8(DW_CFA_advance_loc | delta); in AdvancePC()55 this->PushUint8(DW_CFA_advance_loc1); in AdvancePC()56 this->PushUint8(delta); in AdvancePC()58 this->PushUint8(DW_CFA_advance_loc2); in AdvancePC()61 this->PushUint8(DW_CFA_advance_loc4); in AdvancePC()115 this->PushUint8(DW_CFA_nop); in Nop()125 this->PushUint8(DW_CFA_offset | reg.num()); in Offset()128 this->PushUint8(DW_CFA_offset_extended); in Offset()134 this->PushUint8(DW_CFA_offset_extended_sf); in Offset()145 this->PushUint8(DW_CFA_restore | reg.num()); in Restore()[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()
219 header.PushUint8(1); // Version. in WriteCFISection()220 header.PushUint8(dwarf::DW_EH_PE_omit); // Encoding of .eh_frame pointer - none. in WriteCFISection()221 header.PushUint8(dwarf::DW_EH_PE_udata4); // Encoding of binary search table size. in WriteCFISection()222 header.PushUint8(dwarf::DW_EH_PE_udata4); // Encoding of binary search table data. in WriteCFISection()