Home
last modified time | relevance | path

Searched refs:emitInstToFragment (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWasmStreamer.cpp171 void MCWasmStreamer::emitInstToFragment(const MCInst &Inst, in emitInstToFragment() function in MCWasmStreamer
173 this->MCObjectStreamer::emitInstToFragment(Inst, STI); in emitInstToFragment()
H A DMCELFStreamer.cpp485 void MCELFStreamer::emitInstToFragment(const MCInst &Inst, in emitInstToFragment() function in MCELFStreamer
487 this->MCObjectStreamer::emitInstToFragment(Inst, STI); in emitInstToFragment()
H A DMCObjectStreamer.cpp385 emitInstToFragment(Inst, STI); in emitInstructionImpl()
388 void MCObjectStreamer::emitInstToFragment(const MCInst &Inst, in emitInstToFragment() function in MCObjectStreamer
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCWasmStreamer.h71 void emitInstToFragment(const MCInst &Inst, const MCSubtargetInfo &) override;
H A DMCELFStreamer.h142 void emitInstToFragment(const MCInst &Inst, const MCSubtargetInfo &) override;
H A DMCObjectStreamer.h129 virtual void emitInstToFragment(const MCInst &Inst, const MCSubtargetInfo &);