Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/InstPrinter/
H A 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()
218 void WebAssemblyInstPrinter::printOperand(const MCInst *MI, unsigned OpNo, in printOperand()
253 void WebAssemblyInstPrinter::printBrList(const MCInst *MI, unsigned OpNo, in printBrList()
264 void WebAssemblyInstPrinter::printWebAssemblyP2AlignOperand(const MCInst *MI, in printWebAssemblyP2AlignOperand()
273 void WebAssemblyInstPrinter::printWebAssemblySignatureOperand(const MCInst *MI, in printWebAssemblySignatureOperand()
H A DWebAssemblyInstPrinter.h27 class WebAssemblyInstPrinter final : public MCInstPrinter {
37 WebAssemblyInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII,
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTargetDesc.cpp60 return new WebAssemblyInstPrinter(MAI, MII, MRI); in createMCInstPrinter()