Home
last modified time | relevance | path

Searched refs:emitInstructionImpl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectStreamer.h67 void emitInstructionImpl(const MCInst &Inst, const MCSubtargetInfo &STI);
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp347 emitInstructionImpl(Inst, STI); in emitInstruction()
350 void MCObjectStreamer::emitInstructionImpl(const MCInst &Inst, in emitInstructionImpl() function in MCObjectStreamer