Searched refs:WebAssemblyInstPrinter (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
H A D | WebAssemblyInstPrinter.cpp | 36 WebAssemblyInstPrinter::WebAssemblyInstPrinter(const MCAsmInfo &MAI, in WebAssemblyInstPrinter() function in WebAssemblyInstPrinter 41 void WebAssemblyInstPrinter::printRegName(raw_ostream &OS, in printRegName() 48 void WebAssemblyInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst() 292 void WebAssemblyInstPrinter::printOperand(const MCInst *MI, unsigned OpNo, in printOperand() 330 void WebAssemblyInstPrinter::printBrList(const MCInst *MI, unsigned OpNo, in printBrList() 341 void WebAssemblyInstPrinter::printWebAssemblyP2AlignOperand(const MCInst *MI, in printWebAssemblyP2AlignOperand() 350 void WebAssemblyInstPrinter::printWebAssemblySignatureOperand(const MCInst *MI, in printWebAssemblySignatureOperand() 370 void WebAssemblyInstPrinter::printWebAssemblyHeapTypeOperand(const MCInst *MI, in printWebAssemblyHeapTypeOperand()
|
H A D | WebAssemblyInstPrinter.h | 26 class WebAssemblyInstPrinter final : public MCInstPrinter { 35 WebAssemblyInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII,
|
H A D | CMakeLists.txt | 3 WebAssemblyInstPrinter.cpp
|
H A D | WebAssemblyMCTargetDesc.cpp | 61 return new WebAssemblyInstPrinter(MAI, MII, MRI); in createMCInstPrinter()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
H A D | BUILD.gn | 59 "WebAssemblyInstPrinter.cpp",
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrCall.td | 52 // WebAssemblyInstPrinter.cpp.
|