Searched refs:EmitULEB128Value (Results 1 – 6 of 6) sorted by relevance
96 void EmitULEB128Value(const MCExpr *Value) override;
533 virtual void EmitULEB128Value(const MCExpr *Value);
173 void MCObjectStreamer::EmitULEB128Value(const MCExpr *Value) { in EmitULEB128Value() function in MCObjectStreamer
171 void EmitULEB128Value(const MCExpr *Value) override;747 void MCAsmStreamer::EmitULEB128Value(const MCExpr *Value) { in EmitULEB128Value() function in MCAsmStreamer
693 void MCStreamer::EmitULEB128Value(const MCExpr *Value) {} in EmitULEB128Value() function in MCStreamer
3787 getStreamer().EmitULEB128Value(Value); in parseDirectiveLEB128()