Searched refs:emitULEB128Value (Results 1 – 7 of 7) sorted by relevance
123 void emitULEB128Value(const MCExpr *Value) override;
714 virtual void emitULEB128Value(const MCExpr *Value);
1071 emitULEB128Value(Diff); in emitAbsoluteSymbolDiffAsULEB128()1123 void MCStreamer::emitULEB128Value(const MCExpr *Value) {} in emitULEB128Value() function in MCStreamer
309 void MCObjectStreamer::emitULEB128Value(const MCExpr *Value) { in emitULEB128Value() function in MCObjectStreamer
215 void emitULEB128Value(const MCExpr *Value) override;1181 void MCAsmStreamer::emitULEB128Value(const MCExpr *Value) { in emitULEB128Value() function in MCAsmStreamer
1154 MCOS->emitULEB128Value(SectionSize); in emitGenDwarfRanges()
4871 getStreamer().emitULEB128Value(Value); in parseDirectiveLEB128()