Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFStreamer.cpp65 void MipsELFStreamer::EmitValueImpl(const MCExpr *Value, unsigned Size, in EmitValueImpl() function in MipsELFStreamer
67 MCELFStreamer::EmitValueImpl(Value, Size, Loc); in EmitValueImpl()
DMipsELFStreamer.h63 void EmitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFStreamer.cpp100 void MipsELFStreamer::EmitValueImpl(const MCExpr *Value, unsigned Size, in EmitValueImpl() function in MipsELFStreamer
102 MCELFStreamer::EmitValueImpl(Value, Size, Loc); in EmitValueImpl()
DMipsELFStreamer.h61 void EmitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override;
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFStreamer.cpp143 void EmitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override { in EmitValueImpl() function in __anon261f02310111::AArch64ELFStreamer
145 MCELFStreamer::EmitValueImpl(Value, Size, Loc); in EmitValueImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFStreamer.cpp152 void EmitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override { in EmitValueImpl() function in __anon74c517890111::AArch64ELFStreamer
154 MCELFStreamer::EmitValueImpl(Value, Size, Loc); in EmitValueImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCWasmStreamer.cpp148 void MCWasmStreamer::EmitValueImpl(const MCExpr *Value, unsigned Size, in EmitValueImpl() function in MCWasmStreamer
150 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.cpp144 EmitValueImpl(Value, Size, Loc); in EmitValue()
153 EmitValueImpl(MCSymbolRefExpr::create(Sym, getContext()), Size); in EmitSymbolValue()
973 void MCStreamer::EmitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) { in EmitValueImpl() function in MCStreamer
DMCObjectStreamer.cpp167 void MCObjectStreamer::EmitValueImpl(const MCExpr *Value, unsigned Size, in EmitValueImpl() function in MCObjectStreamer
169 MCStreamer::EmitValueImpl(Value, Size, Loc); in EmitValueImpl()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCLoggingStreamer.cpp159 virtual void EmitValueImpl(const MCExpr *Value, unsigned Size, in EmitValueImpl() function in __anon4f1b7a200111::MCLoggingStreamer
162 return Child->EmitValueImpl(Value, Size, AddrSpace); in EmitValueImpl()
DMCNullStreamer.cpp70 virtual void EmitValueImpl(const MCExpr *Value, unsigned Size, in EmitValueImpl() function in __anon0b95d8940111::MCNullStreamer
DMCObjectStreamer.cpp91 void MCObjectStreamer::EmitValueImpl(const MCExpr *Value, unsigned Size, in EmitValueImpl() function in MCObjectStreamer
DMCStreamer.cpp122 EmitValueImpl(Value, Size, AddrSpace); in EmitValue()
127 EmitValueImpl(MCSymbolRefExpr::Create(Sym, getContext()), Size, in EmitSymbolValue()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCObjectStreamer.h65 virtual void EmitValueImpl(const MCExpr *Value, unsigned Size,
DMCStreamer.h400 virtual void EmitValueImpl(const MCExpr *Value, unsigned Size,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCWasmStreamer.h67 void EmitValueImpl(const MCExpr *Value, unsigned Size,
DMCELFStreamer.h66 void EmitValueImpl(const MCExpr *Value, unsigned Size,
DMCObjectStreamer.h104 void EmitValueImpl(const MCExpr *Value, unsigned Size,
/external/llvm/include/llvm/MC/
DMCELFStreamer.h69 void EmitValueImpl(const MCExpr *Value, unsigned Size,
DMCObjectStreamer.h94 void EmitValueImpl(const MCExpr *Value, unsigned Size,
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXMCAsmStreamer.cpp147 virtual void EmitValueImpl(const MCExpr *Value, unsigned Size,
358 void PTXMCAsmStreamer::EmitValueImpl(const MCExpr *Value, unsigned Size, in EmitValueImpl() function in PTXMCAsmStreamer
/external/llvm/lib/MC/
DMCStreamer.cpp116 EmitValueImpl(Value, Size, Loc); in EmitValue()
125 EmitValueImpl(MCSymbolRefExpr::create(Sym, getContext()), Size); in EmitSymbolValue()
768 void MCStreamer::EmitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) { in EmitValueImpl() function in MCStreamer
DMCObjectStreamer.cpp123 void MCObjectStreamer::EmitValueImpl(const MCExpr *Value, unsigned Size, in EmitValueImpl() function in MCObjectStreamer
125 MCStreamer::EmitValueImpl(Value, Size, Loc); in EmitValueImpl()
DMCELFStreamer.cpp346 void MCELFStreamer::EmitValueImpl(const MCExpr *Value, unsigned Size, in EmitValueImpl() function in MCELFStreamer
351 MCObjectStreamer::EmitValueImpl(Value, Size, Loc); in EmitValueImpl()

12