Searched refs:emitGPRel64Value (Results 1 – 7 of 7) sorted by relevance
173 void emitGPRel64Value(const MCExpr *Value) override;
764 virtual void emitGPRel64Value(const MCExpr *Value);
659 void MCObjectStreamer::emitGPRel64Value(const MCExpr *Value) { in emitGPRel64Value() function in MCObjectStreamer
224 void emitGPRel64Value(const MCExpr *Value) override;1231 void MCAsmStreamer::emitGPRel64Value(const MCExpr *Value) { in emitGPRel64Value() function in MCAsmStreamer
206 void MCStreamer::emitGPRel64Value(const MCExpr *Value) { in emitGPRel64Value() function in MCStreamer
2073 OutStreamer->emitGPRel64Value(MCSymbolRefExpr::create(MBBSym, OutContext)); in emitJumpTableEntry()
8029 getParser().getStreamer().emitGPRel64Value(Value); in parseDirectiveGpDWord()