Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCObjectStreamer.h158 void EmitDTPRel64Value(const MCExpr *Value) override;
DMCStreamer.h642 virtual void EmitDTPRel64Value(const MCExpr *Value);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCObjectStreamer.cpp545 void MCObjectStreamer::EmitDTPRel64Value(const MCExpr *Value) { in EmitDTPRel64Value() function in MCObjectStreamer
DMCAsmStreamer.cpp201 void EmitDTPRel64Value(const MCExpr *Value) override;
980 void MCAsmStreamer::EmitDTPRel64Value(const MCExpr *Value) { in EmitDTPRel64Value() function in MCAsmStreamer
DMCStreamer.cpp158 void MCStreamer::EmitDTPRel64Value(const MCExpr *Value) { in EmitDTPRel64Value() function in MCStreamer
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp1214 OutStreamer->EmitDTPRel64Value(Value); in EmitDebugThreadLocal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp7425 getParser().getStreamer().EmitDTPRel64Value(Value); in parseDirectiveDtpRelDWord()