Home
last modified time | relevance | path

Searched refs:emitValueImpl (Results 1 – 17 of 17) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.cpp99 void MipsELFStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in MipsELFStreamer
101 MCELFStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
H A DMipsELFStreamer.h59 void emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override;
H A DMipsTargetStreamer.cpp1031 OS.emitValueImpl(ExprRef, 4); in emitDirectiveEnd()
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.h136 void emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override { in emitValueImpl() function
138 MCELFStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp262 void RISCVELFStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in RISCVELFStreamer
266 return MCELFStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
268 MCStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
H A DRISCVELFStreamer.h29 void emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override;
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp240 void emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override { in emitValueImpl() function in __anonc74f65d30111::AArch64ELFStreamer
242 MCELFStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCELFStreamer.h74 void emitValueImpl(const MCExpr *Value, unsigned Size,
H A DMCObjectStreamer.h139 void emitValueImpl(const MCExpr *Value, unsigned Size,
H A DMCStreamer.h725 virtual void emitValueImpl(const MCExpr *Value, unsigned Size,
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCELFStreamer.cpp366 void MCELFStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in MCELFStreamer
371 MCObjectStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
H A DMCStreamer.cpp181 emitValueImpl(Value, Size, Loc); in emitValue()
190 emitValueImpl(MCSymbolRefExpr::create(Sym, getContext()), Size); in emitSymbolValue()
1214 void MCStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) { in emitValueImpl() function in MCStreamer
H A DMCObjectStreamer.cpp246 void MCObjectStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in MCObjectStreamer
248 MCStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
H A DMCCodeView.cpp263 OS.emitValueImpl(SRE, 4); in emitFileChecksumOffset()
H A DMCAsmStreamer.cpp227 void emitValueImpl(const MCExpr *Value, unsigned Size,
1252 void MCAsmStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in MCAsmStreamer
/openbsd/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp565 void emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override { in emitValueImpl() function in __anon063f8e610111::ARMELFStreamer
575 MCELFStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3980 OutStreamer->emitValueImpl( in emitXRayTable()
3984 OutStreamer->emitValueImpl( in emitXRayTable()