Home
last modified time | relevance | path

Searched refs:WebAssemblyInstPrinter (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/WebAssembly/InstPrinter/
DWebAssemblyInstPrinter.cpp35 WebAssemblyInstPrinter::WebAssemblyInstPrinter(const MCAsmInfo &MAI, in WebAssemblyInstPrinter() function in WebAssemblyInstPrinter
40 void WebAssemblyInstPrinter::printRegName(raw_ostream &OS, in printRegName()
47 void WebAssemblyInstPrinter::printInst(const MCInst *MI, raw_ostream &OS, in printInst()
137 void WebAssemblyInstPrinter::printOperand(const MCInst *MI, unsigned OpNo, in printOperand()
194 WebAssemblyInstPrinter::printWebAssemblyP2AlignOperand(const MCInst *MI, in printWebAssemblyP2AlignOperand()
DWebAssemblyInstPrinter.h26 class WebAssemblyInstPrinter final : public MCInstPrinter {
31 WebAssemblyInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII,
DCMakeLists.txt2 WebAssemblyInstPrinter.cpp
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyMCTargetDesc.cpp69 return new WebAssemblyInstPrinter(MAI, MII, MRI); in createMCInstPrinter()