Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCObjectStreamer.h47 void EmitInstructionImpl(const MCInst &Inst, const MCSubtargetInfo &STI);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCObjectStreamer.cpp298 EmitInstructionImpl(Inst, STI); in EmitInstruction()
302 void MCObjectStreamer::EmitInstructionImpl(const MCInst &Inst, in EmitInstructionImpl() function in MCObjectStreamer