| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsELFStreamer.cpp | 98 void MipsELFStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in MipsELFStreamer 100 MCELFStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
|
| H A D | MipsELFStreamer.h | 58 void emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override;
|
| H A D | MipsTargetStreamer.cpp | 1122 OS.emitValueImpl(ExprRef, 4); in emitDirectiveEnd()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYELFStreamer.h | 134 void emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override { in emitValueImpl() function 136 MCELFStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVELFStreamer.cpp | 178 void RISCVELFStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in RISCVELFStreamer 181 MCELFStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
|
| H A D | RISCVELFStreamer.h | 38 void emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZHLASMAsmStreamer.h | 119 void emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override;
|
| H A D | SystemZHLASMAsmStreamer.cpp | 273 void SystemZHLASMAsmStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in SystemZHLASMAsmStreamer
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCELFStreamer.h | 68 void emitValueImpl(const MCExpr *Value, unsigned Size,
|
| H A D | MCObjectStreamer.h | 117 void emitValueImpl(const MCExpr *Value, unsigned Size,
|
| H A D | MCStreamer.h | 722 virtual void emitValueImpl(const MCExpr *Value, unsigned Size,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64ELFStreamer.cpp | 388 void emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override { in emitValueImpl() function in __anoneb8230060111::AArch64ELFStreamer 390 MCELFStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
|
| H A D | AArch64TargetStreamer.cpp | 43 Streamer.emitValueImpl(AArch64AuthMCExpr::create(Expr, Discriminator, Key, in emitAuthValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCELFStreamer.cpp | 316 void MCELFStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in MCELFStreamer 320 MCObjectStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
|
| H A D | MCObjectStreamer.cpp | 173 void MCObjectStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in MCObjectStreamer 175 MCStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
|
| H A D | MCStreamer.cpp | 180 emitValueImpl(Value, Size, Loc); in emitValue() 189 emitValueImpl(MCSymbolRefExpr::create(Sym, getContext()), Size); in emitSymbolValue() 1323 void MCStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) { in emitValueImpl() function in MCStreamer
|
| H A D | MCCodeView.cpp | 248 OS.emitValueImpl(SRE, 4); in emitFileChecksumOffset()
|
| H A D | MCAsmStreamer.cpp | 252 void emitValueImpl(const MCExpr *Value, unsigned Size, 1341 void MCAsmStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in MCAsmStreamer
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMELFStreamer.cpp | 590 void emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override { in emitValueImpl() function in __anonf150d5940111::ARMELFStreamer 600 MCELFStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 4635 OutStreamer->emitValueImpl( in emitXRayTable() 4639 OutStreamer->emitValueImpl( in emitXRayTable() 4663 OutStreamer->emitValueImpl( in emitXRayTable() 4667 OutStreamer->emitValueImpl(MCConstantExpr::create(Sleds.size(), Ctx), in emitXRayTable()
|