Home
last modified time | relevance | path

Searched refs:emitDTPRel32Value (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectStreamer.h168 void emitDTPRel32Value(const MCExpr *Value) override;
H A DMCStreamer.h758 virtual void emitDTPRel32Value(const MCExpr *Value);
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp581 void MCObjectStreamer::emitDTPRel32Value(const MCExpr *Value) { in emitDTPRel32Value() function in MCObjectStreamer
H A DMCAsmStreamer.cpp258 void emitDTPRel32Value(const MCExpr *Value) override;
1422 void MCAsmStreamer::emitDTPRel32Value(const MCExpr *Value) { in emitDTPRel32Value() function in MCAsmStreamer
H A DMCStreamer.cpp198 void MCStreamer::emitDTPRel32Value(const MCExpr *Value) { in emitDTPRel32Value() function in MCStreamer
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp1228 OutStreamer->emitDTPRel32Value(MipsExpr->getSubExpr()); in emitDebugValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp8111 getParser().getStreamer().emitDTPRel32Value(Value); in parseDirectiveDtpRelWord()