Searched refs:EmitInt8 (Results 1 – 4 of 4) sorted by relevance
86 EmitInt8(ARM::EHABI::UNWIND_OPCODE_POP_REG_RANGE_R4 | Range); in EmitRegSave()90 EmitInt8(ARM::EHABI::UNWIND_OPCODE_POP_REG_RANGE_R4_R14 | Range); in EmitRegSave()129 EmitInt8(ARM::EHABI::UNWIND_OPCODE_SET_VSP | Reg); in EmitSetSP()141 EmitInt8(ARM::EHABI::UNWIND_OPCODE_INC_VSP | 0x3fu); in EmitSPOffset()144 EmitInt8(ARM::EHABI::UNWIND_OPCODE_INC_VSP | in EmitSPOffset()148 EmitInt8(ARM::EHABI::UNWIND_OPCODE_DEC_VSP | 0x3fu); in EmitSPOffset()151 EmitInt8(ARM::EHABI::UNWIND_OPCODE_DEC_VSP | in EmitSPOffset()
73 void EmitInt8(unsigned Opcode) { in EmitInt8() function
33 virtual void EmitInt8(uint8_t Byte, const Twine &Comment = "") = 0;44 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8() function63 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8() function89 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8() function
167 BS.EmitInt8( in emitOp()1898 Streamer.EmitInt8(Byte, Comment != End ? *(Comment++) : ""); in emitDebugLocEntry()