Searched refs:WebAssemblyInstPrinter (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/WebAssembly/InstPrinter/ |
D | WebAssemblyInstPrinter.cpp | 35 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()
|
D | WebAssemblyInstPrinter.h | 26 class WebAssemblyInstPrinter final : public MCInstPrinter { 31 WebAssemblyInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII,
|
D | CMakeLists.txt | 2 WebAssemblyInstPrinter.cpp
|
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
D | WebAssemblyMCTargetDesc.cpp | 69 return new WebAssemblyInstPrinter(MAI, MII, MRI); in createMCInstPrinter()
|