Home
last modified time | relevance | path

Searched refs:EmitValueImpl (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFStreamer.cpp99 void MipsELFStreamer::EmitValueImpl(const MCExpr *Value, unsigned Size, in EmitValueImpl() function in MipsELFStreamer
101 MCELFStreamer::EmitValueImpl(Value, Size, Loc); in EmitValueImpl()
DMipsELFStreamer.h59 void EmitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override;
DMipsTargetStreamer.cpp1000 OS.EmitValueImpl(ExprRef, 4); in emitDirectiveEnd()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFStreamer.cpp139 void EmitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override { in EmitValueImpl() function in __anon668929dd0111::AArch64ELFStreamer
141 MCELFStreamer::EmitValueImpl(Value, Size, Loc); in EmitValueImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCWasmStreamer.cpp151 void MCWasmStreamer::EmitValueImpl(const MCExpr *Value, unsigned Size, in EmitValueImpl() function in MCWasmStreamer
153 MCObjectStreamer::EmitValueImpl(Value, Size, Loc); in EmitValueImpl()
DMCELFStreamer.cpp341 void MCELFStreamer::EmitValueImpl(const MCExpr *Value, unsigned Size, in EmitValueImpl() function in MCELFStreamer
346 MCObjectStreamer::EmitValueImpl(Value, Size, Loc); in EmitValueImpl()
DMCStreamer.cpp163 EmitValueImpl(Value, Size, Loc); in EmitValue()
172 EmitValueImpl(MCSymbolRefExpr::create(Sym, getContext()), Size); in EmitSymbolValue()
1083 void MCStreamer::EmitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) { in EmitValueImpl() function in MCStreamer
DMCObjectStreamer.cpp228 void MCObjectStreamer::EmitValueImpl(const MCExpr *Value, unsigned Size, in EmitValueImpl() function in MCObjectStreamer
230 MCStreamer::EmitValueImpl(Value, Size, Loc); in EmitValueImpl()
DMCCodeView.cpp262 OS.EmitValueImpl(SRE, 4); in emitFileChecksumOffset()
DMCAsmStreamer.cpp195 void EmitValueImpl(const MCExpr *Value, unsigned Size,
976 void MCAsmStreamer::EmitValueImpl(const MCExpr *Value, unsigned Size, in EmitValueImpl() function in MCAsmStreamer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCWasmStreamer.h66 void EmitValueImpl(const MCExpr *Value, unsigned Size,
DMCELFStreamer.h66 void EmitValueImpl(const MCExpr *Value, unsigned Size,
DMCObjectStreamer.h120 void EmitValueImpl(const MCExpr *Value, unsigned Size,
DMCStreamer.h650 virtual void EmitValueImpl(const MCExpr *Value, unsigned Size,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp558 void EmitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override { in EmitValueImpl() function in __anon65e2e86b0111::ARMELFStreamer
568 MCELFStreamer::EmitValueImpl(Value, Size, Loc); in EmitValueImpl()