/openbsd/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsELFStreamer.cpp | 99 void MipsELFStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in MipsELFStreamer 101 MCELFStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
|
H A D | MipsELFStreamer.h | 59 void emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override;
|
H A D | MipsTargetStreamer.cpp | 1031 OS.emitValueImpl(ExprRef, 4); in emitDirectiveEnd()
|
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/ |
H A D | CSKYELFStreamer.h | 136 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 D | RISCVELFStreamer.cpp | 262 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 D | RISCVELFStreamer.h | 29 void emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override;
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64ELFStreamer.cpp | 240 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 D | MCELFStreamer.h | 74 void emitValueImpl(const MCExpr *Value, unsigned Size,
|
H A D | MCObjectStreamer.h | 139 void emitValueImpl(const MCExpr *Value, unsigned Size,
|
H A D | MCStreamer.h | 725 virtual void emitValueImpl(const MCExpr *Value, unsigned Size,
|
/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | MCELFStreamer.cpp | 366 void MCELFStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in MCELFStreamer 371 MCObjectStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
|
H A D | MCStreamer.cpp | 181 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 D | MCObjectStreamer.cpp | 246 void MCObjectStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in MCObjectStreamer 248 MCStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
|
H A D | MCCodeView.cpp | 263 OS.emitValueImpl(SRE, 4); in emitFileChecksumOffset()
|
H A D | MCAsmStreamer.cpp | 227 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 D | ARMELFStreamer.cpp | 565 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 D | AsmPrinter.cpp | 3980 OutStreamer->emitValueImpl( in emitXRayTable() 3984 OutStreamer->emitValueImpl( in emitXRayTable()
|