Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCObjectStreamer.h157 void EmitDTPRel32Value(const MCExpr *Value) override;
DMCStreamer.h649 virtual void EmitDTPRel32Value(const MCExpr *Value);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCObjectStreamer.cpp535 void MCObjectStreamer::EmitDTPRel32Value(const MCExpr *Value) { in EmitDTPRel32Value() function in MCObjectStreamer
DMCAsmStreamer.cpp200 void EmitDTPRel32Value(const MCExpr *Value) override;
987 void MCAsmStreamer::EmitDTPRel32Value(const MCExpr *Value) { in EmitDTPRel32Value() function in MCAsmStreamer
DMCStreamer.cpp162 void MCStreamer::EmitDTPRel32Value(const MCExpr *Value) { in EmitDTPRel32Value() function in MCStreamer
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp1211 OutStreamer->EmitDTPRel32Value(Value); in EmitDebugThreadLocal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp7407 getParser().getStreamer().EmitDTPRel32Value(Value); in parseDirectiveDtpRelWord()