Home
last modified time | relevance | path

Searched refs:EmitTPRel64Value (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCObjectStreamer.h160 void EmitTPRel64Value(const MCExpr *Value) override;
DMCStreamer.h656 virtual void EmitTPRel64Value(const MCExpr *Value);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCObjectStreamer.cpp565 void MCObjectStreamer::EmitTPRel64Value(const MCExpr *Value) { in EmitTPRel64Value() function in MCObjectStreamer
DMCAsmStreamer.cpp203 void EmitTPRel64Value(const MCExpr *Value) override;
994 void MCAsmStreamer::EmitTPRel64Value(const MCExpr *Value) { in EmitTPRel64Value() function in MCAsmStreamer
DMCStreamer.cpp166 void MCStreamer::EmitTPRel64Value(const MCExpr *Value) { in EmitTPRel64Value() function in MCStreamer
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp7461 getParser().getStreamer().EmitTPRel64Value(Value); in parseDirectiveTpRelDWord()